Skip to content

Commit

Permalink
chore: quieter cache-download.sh (#9176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Oct 11, 2024
1 parent ba63b43 commit b75d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/s3-cache-scripts/cache-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function on_exit() {
trap on_exit EXIT

# Attempt to download the cache file
aws ${S3_BUILD_CACHE_AWS_PARAMS:-} s3 cp "s3://aztec-ci-artifacts/build-cache/$TAR_FILE" "$TAR_FILE" --quiet
aws ${S3_BUILD_CACHE_AWS_PARAMS:-} s3 cp "s3://aztec-ci-artifacts/build-cache/$TAR_FILE" "$TAR_FILE" --quiet --no-progress

# Extract the cache file
mkdir -p "$OUT_DIR"
Expand Down

0 comments on commit b75d4c8

Please sign in to comment.