kops build: Log gcloud info instead of gcloud auth

Testing a theory for #664
This commit is contained in:
Zach Loafman 2016-10-17 14:48:30 -07:00
parent baacd7cbbb
commit 09e4bff6c9
1 changed files with 3 additions and 1 deletions

View File

@ -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