From bac690813ae5416387c9a4ace2ab4b65b040f4ee Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Sat, 12 Sep 2020 07:38:38 -0500 Subject: [PATCH] Drop gcloud auth for image pushing gcloud auth call in push_image.sh test script is no longer needed Signed-off-by: Carlos Eduardo Arango Gutierrez --- scripts/test-infra/push-image.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/test-infra/push-image.sh b/scripts/test-infra/push-image.sh index f57fbc168..41286bbe3 100755 --- a/scripts/test-infra/push-image.sh +++ b/scripts/test-infra/push-image.sh @@ -6,8 +6,5 @@ if [ -n "$_GIT_TAG" ]; then export VERSION=${_GIT_TAG:10} fi -# Authenticate in order to be able to push images -gcloud auth configure-docker - make image -e make push -e