mirror of https://github.com/kubernetes/kops.git
Merge pull request #669 from zmerlynn/log-gcloud-info
kops build: Log gcloud info instead of gcloud auth
This commit is contained in:
commit
314cd341ea
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue