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:
parent
69465d2949
commit
033f4b1772
@ -335,8 +335,6 @@ function upload-tars() {
|
|||||||
gsutil mb -l "${region}" -p "${PROJECT}" "${staging_bucket}"
|
gsutil mb -l "${region}" -p "${PROJECT}" "${staging_bucket}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gsutil retention clear "${staging_bucket}"
|
|
||||||
|
|
||||||
local staging_path="${staging_bucket}/${INSTANCE_PREFIX}-devel"
|
local staging_path="${staging_bucket}/${INSTANCE_PREFIX}-devel"
|
||||||
|
|
||||||
echo "+++ Staging tars to Google Storage: ${staging_path}"
|
echo "+++ Staging tars to Google Storage: ${staging_path}"
|
||||||
|
Loading…
Reference in New Issue
Block a user