Merge pull request #116533 from ameukam/remove-gcs-retention-action

Stop clear non-existant retention policy rule
This commit is contained in:
Kubernetes Prow Robot 2023-03-13 07:02:56 -07:00 committed by GitHub
commit ab5100893a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,8 +335,6 @@ function upload-tars() {
gsutil mb -l "${region}" -p "${PROJECT}" "${staging_bucket}"
fi
gsutil retention clear "${staging_bucket}"
local staging_path="${staging_bucket}/${INSTANCE_PREFIX}-devel"
echo "+++ Staging tars to Google Storage: ${staging_path}"