Skip to content

Commit

Permalink
force utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Feb 27, 2024
1 parent d8db16c commit 03c12bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fresh_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ post_summary_report() {
bucket=`get_ssm_value_by_name 'build/s3-bucket'`
for file in ${WKDIR_PAR}/build-output/build-log*.txt
do
aws s3 cp $file s3://${bucket}/merritt-reports/daily-build/
aws s3 --content-type "text/plain charset=utf-8" cp $file s3://${bucket}/merritt-reports/daily-build/
done
fi

Expand Down

0 comments on commit 03c12bd

Please sign in to comment.