Skip to content
Snippets Groups Projects
Commit 09fbad4c authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Supress progress on aws s3 cp

parent 8e97c3a1
No related branches found
No related tags found
No related merge requests found
Pipeline #10063 canceled
......@@ -216,7 +216,7 @@ Build/Publish Data Images:
for data in ${STATIC_DATA}; do
IMAGE_NAME=${IMAGE_NAME/:*/:${data}};
INTERNAL_IMAGE_NAME=${CI_REGISTRY_IMAGE}/${IMAGE_NAME};
aws s3 cp \
aws s3 cp --only-show-errors \
s3://nshmp-hazard-curves/${data}.nc \
DATA/${data}.nc;
docker build \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment