Skip to content

Commit 4104d5a

Browse files
author
Marshall Davis
authored
Merge pull request #31 from sourcetoad/issue-30
fix: don't clobber output from s3 cp
2 parents d9203c7 + 7297add commit 4104d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function getArchiveETag() {
8585
--query ETag --output text
8686
}
8787

88-
aws s3 cp "$ZIP_FILENAME" s3://"$INPUT_S3_BUCKET"/"$INPUT_S3_FOLDER"/"$ZIP_FILENAME" > /dev/null 2>&1
88+
aws s3 cp "$ZIP_FILENAME" s3://"$INPUT_S3_BUCKET"/"$INPUT_S3_FOLDER"/"$ZIP_FILENAME"
8989

9090
echo "::debug::Zip uploaded to S3."
9191

0 commit comments

Comments
 (0)