Skip to content

Commit a7b5f00

Browse files
committed
force utf-8
1 parent 03c12bd commit a7b5f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/fresh_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ post_summary_report() {
462462
bucket=`get_ssm_value_by_name 'build/s3-bucket'`
463463
for file in ${WKDIR_PAR}/build-output/build-log*.txt
464464
do
465-
aws s3 --content-type "text/plain charset=utf-8" cp $file s3://${bucket}/merritt-reports/daily-build/
465+
aws s3 cp --content-type "text/plain; charset=utf-8" $file s3://${bucket}/merritt-reports/daily-build/
466466
done
467467
fi
468468

0 commit comments

Comments
 (0)