Skip to content

Commit

Permalink
Update buildkite.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janlegner authored Feb 14, 2025
1 parent 1973861 commit 2f86cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper/buildkite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ steps:
- label: ":file_folder:+:floppy_disk: Downloading and parsing snapshot"
env:
RUST_BACKTRACE: 1
PG_SSLROOTCERT: './eu-west-1-bundle.pem'
commands:
- curl https://truststore.pki.rds.amazonaws.com/eu-west-1/eu-west-1-bundle.pem -o ./eu-west-1-bundle.pem
- snapshot_dir=$(buildkite-agent meta-data get snapshot_dir)
- find "$$snapshot_dir" -maxdepth 1 -type f ! -name 'genesis.tar.bz2' -exec rm -f {} \;
# Wait between attempts
Expand Down

0 comments on commit 2f86cb2

Please sign in to comment.