mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 11:57:49 +00:00
fix content type of latest index.html
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
This commit is contained in:
@@ -54,4 +54,4 @@ runs:
|
||||
EOF
|
||||
|
||||
# setting metadata to be able to easily determine latest run number
|
||||
aws s3 cp --acl public-read --metadata latest=${{ github.run_number }} index.html s3://${AWS_S3_BUCKET_NAME}/${{ inputs.test_type }}/${{ inputs.testbed }}/latest/index.html
|
||||
aws s3 cp --acl public-read --metadata latest=${{ github.run_number }} --content-type text/html index.html s3://${AWS_S3_BUCKET_NAME}/${{ inputs.test_type }}/${{ inputs.testbed }}/latest/index.html
|
||||
|
||||
Reference in New Issue
Block a user