Skip to content

Commit

Permalink
Use correct env var syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jan 3, 2025
1 parent d79bce3 commit 7329c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ steps:
- cd test\e2e
- rmdir state\configs\preprod
- md state\node_db\preprod
- aws s3 cp s3://${AWS_BUCKET}/preprod-20250102.zstd ./preprod-20250102.tar.zst
- aws s3 cp s3://%AWS_BUCKET%/preprod-20250102.zstd ./preprod-20250102.tar.zst
- arc unarchive ./preprod-20250102.tar.zst
- mv preprod-20250102\db\* state\node_db\preprod\
- bundle exec rake setup[preprod,%BUILDKITE_BRANCH%]
Expand Down

0 comments on commit 7329c4d

Please sign in to comment.