diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2f29d2c1b73..cb3d42f7830 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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%]