From 09e4bff6c9bef6fe013a993ef56fa9aa1f99d384 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Mon, 17 Oct 2016 14:48:30 -0700 Subject: [PATCH] kops build: Log gcloud info instead of gcloud auth Testing a theory for #664 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9c4788990..80da7bf68d 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,9 @@ upload: kops version-dist aws s3 sync --acl public-read .build/upload/ ${S3_BUCKET} gcs-upload: version-dist - gcloud auth list + @echo "== Logging gcloud info ==" + @gcloud info + @echo "== Uploading kops ==" gsutil -m rsync -r .build/upload/kops ${GCS_LOCATION} gcs-publish-ci: gcs-upload