Skip to content

Commit

Permalink
fix(cat-ci): Reduce verbosity of the wget log for the large mithril f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
stevenj committed Apr 10, 2024
1 parent d5621c6 commit 3bc0e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/mithril_snapshot/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DL_SNAPSHOT:
# This is faster, but it could be a faked snapshot file.
LET DLFILE=$(mithril-client cardano-db snapshot show --json $snapshot_digest | jq '.locations[0]' | tr -d '\"')
RUN mkdir -p ./db && \
wget -O - $DLFILE | zstdcat | tar -xf - -C ./db
wget --progress=dot:giga -O - $DLFILE | zstdcat | tar -xf - -C ./db
END

mainnet-snapshot:
Expand Down

0 comments on commit 3bc0e23

Please sign in to comment.