Skip to content

Commit

Permalink
Fix _rapids-download-from-s3
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed Apr 10, 2024
1 parent e18679b commit 808ccde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _rapids-download-from-s3
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "${CI:-false}" = "false" ]; then
else
rapids-echo-stderr "Downloading and decompressing ${s3_dl_path} into ${untar_dest}"
rapids-echo-stderr "Using custom script"
aws s3 cp --quiet=false --no-progress=false --only-show-errors=false "${s3_dl_path}" /tmp/tmp.tar.gz
aws s3 cp "${s3_dl_path}" /tmp/tmp.tar.gz
tar xzf /tmp/tmp.tar.gz -C "${untar_dest}"
rm /tmp/tmp.tar.gz
fi
Expand Down

0 comments on commit 808ccde

Please sign in to comment.