mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Fix gsutil upload in test-history.
This commit is contained in:
parent
09f00aeb32
commit
94c5e3cd4c
@ -40,5 +40,5 @@ cat index_template.html | sed -e "s/TIME/Last updated: ${datestr}/" > static/ind
|
|||||||
# Upload to GCS
|
# Upload to GCS
|
||||||
readonly bucket="kubernetes-test-history"
|
readonly bucket="kubernetes-test-history"
|
||||||
readonly gcs_acl="public-read"
|
readonly gcs_acl="public-read"
|
||||||
gsutil -q cp -az "${gcs_acl}" "tests.json" "gs://${bucket}/logs/${datestr}.json"
|
gsutil -q cp -a "${gcs_acl}" -z json "tests.json" "gs://${bucket}/logs/${datestr}.json"
|
||||||
gsutil -q cp -ra "${gcs_acl}" "static" "gs://${bucket}/"
|
gsutil -q cp -ra "${gcs_acl}" "static" "gs://${bucket}/"
|
||||||
|
Loading…
Reference in New Issue
Block a user