mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #22657 from spxtr/test-history
Auto commit by PR queue bot
This commit is contained in:
commit
2f912089a1
@ -40,5 +40,5 @@ cat index_template.html | sed -e "s/TIME/Last updated: ${datestr}/" > static/ind
|
||||
# Upload to GCS
|
||||
readonly bucket="kubernetes-test-history"
|
||||
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}/"
|
||||
|
Loading…
Reference in New Issue
Block a user