diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 005b69d27c5..ce09eda1c30 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -1079,7 +1079,6 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the ( flock -x -n 9 sudo gcloud components update -q || true - sudo gcloud components update preview -q || true sudo gcloud components update alpha -q || true sudo gcloud components update beta -q || true ) 9>/var/run/lock/gcloud-components.lock