From 2f86cb2ee472a3e0273a5427ba040c3da0fd510c Mon Sep 17 00:00:00 2001 From: janlegner <32453746+janlegner@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:29:23 +0100 Subject: [PATCH] Update buildkite.yaml --- scraper/buildkite.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scraper/buildkite.yaml b/scraper/buildkite.yaml index 64c5f14..24d15f2 100644 --- a/scraper/buildkite.yaml +++ b/scraper/buildkite.yaml @@ -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