mirror of https://github.com/kubernetes/kops.git
				
				
				
			Merge pull request #15191 from justinsb/no_caching_for_version_markers
kubetest2: don't cache version markers
This commit is contained in:
		
						commit
						e4f56ad8fa
					
				|  | @ -53,7 +53,9 @@ func (d *deployer) PostTest(testErr error) error { | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	args := []string{ | 	args := []string{ | ||||||
| 		"gsutil", "cp", | 		"gsutil", | ||||||
|  | 		"-h", "Cache-Control:private, max-age=0, no-transform", | ||||||
|  | 		"cp", | ||||||
| 		tempSrc.Name(), | 		tempSrc.Name(), | ||||||
| 		d.PublishVersionMarker, | 		d.PublishVersionMarker, | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue