Skip to content

Commit 7c7f53c

Browse files
authored
Merge pull request #17 from ricardosalveti/aws
publish_artifacts: reduce progress frequency to 30 seconds
2 parents eab349a + dcdb97f commit 7c7f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish_artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if ! aws sts get-caller-identity >/dev/null 2>&1; then
88
fi
99

1010
# Step 2: Upload artifacts
11-
aws s3 cp "$INPUT_PATH" "s3://$INPUT_S3_BUCKET/$INPUT_DESTINATION" --recursive
11+
aws s3 cp "$INPUT_PATH" "s3://$INPUT_S3_BUCKET/$INPUT_DESTINATION" --recursive --progress-frequency 30
1212

0 commit comments

Comments
 (0)