mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #22657 from spxtr/test-history
Auto commit by PR queue bot
This commit is contained in:
		@@ -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}/"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user