mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
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}"
|
||||
fi
|
||||
|
||||
gsutil retention clear "${staging_bucket}"
|
||||
|
||||
local staging_path="${staging_bucket}/${INSTANCE_PREFIX}-devel"
|
||||
|
||||
echo "+++ Staging tars to Google Storage: ${staging_path}"
|
||||
|
Loading…
Reference in New Issue
Block a user