Stop clear non-existant retention policy rule

This command is now not necessary and create some noise on the trail
logs.
See: https://github.com/kubernetes/k8s.io/pull/4902

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
This commit is contained in:
Arnaud Meukam 2023-03-13 11:35:10 +01:00
parent 69465d2949
commit 033f4b1772
No known key found for this signature in database
GPG Key ID: E127D6541A5EBDDB

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}"