Skip to content

Commit

Permalink
Try to download and extract snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jan 3, 2025
1 parent 435d2fb commit d79bce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@ steps:
commands:
- 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
- arc unarchive ./preprod-20250102.tar.zst
- mv preprod-20250102\db\* state\node_db\preprod\
- bundle exec rake setup[preprod,%BUILDKITE_BRANCH%]
- bundle exec rake display_versions
- bundle exec rake start_node_and_wallet[preprod]
Expand Down

0 comments on commit d79bce3

Please sign in to comment.