We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c12bd commit a7b5f00Copy full SHA for a7b5f00
bin/fresh_build.sh
@@ -462,7 +462,7 @@ post_summary_report() {
462
bucket=`get_ssm_value_by_name 'build/s3-bucket'`
463
for file in ${WKDIR_PAR}/build-output/build-log*.txt
464
do
465
- aws s3 --content-type "text/plain charset=utf-8" cp $file s3://${bucket}/merritt-reports/daily-build/
+ aws s3 cp --content-type "text/plain; charset=utf-8" $file s3://${bucket}/merritt-reports/daily-build/
466
done
467
fi
468
0 commit comments