Skip to content

Commit

Permalink
Merge pull request #7 from hellofresh/patch/remove-tar-header
Browse files Browse the repository at this point in the history
Change content type for results.html uploading
  • Loading branch information
s-radyuk committed Dec 1, 2022
2 parents 6cb51a8 + 976669d commit 172a31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -e
# Upload Results
if [ -n "${REPORT_PRESIGNED_URL}" ]; then
echo "=== Saving report to Object storage ==="
curl -X PUT -H "Content-Type: application/x-tar" -T ../results.html -L "${REPORT_PRESIGNED_URL}"
curl -X PUT -H "Content-Type: text/html; charset=utf-8" -T ../results.html -L "${REPORT_PRESIGNED_URL}"
fi

0 comments on commit 172a31c

Please sign in to comment.