Merge pull request #15191 from justinsb/no_caching_for_version_markers

kubetest2: don't cache version markers
This commit is contained in:
Kubernetes Prow Robot 2023-03-03 13:38:58 -08:00 committed by GitHub
commit e4f56ad8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ func (d *deployer) PostTest(testErr error) error {
}
args := []string{
"gsutil", "cp",
"gsutil",
"-h", "Cache-Control:private, max-age=0, no-transform",
"cp",
tempSrc.Name(),
d.PublishVersionMarker,
}