mirror of https://github.com/kubernetes/kops.git
Merge pull request #667 from zmerlynn/log-gcloud-creds
kops build: `gcloud auth list` prior to upload, for diagnostics
This commit is contained in:
commit
9674e38b32
1
Makefile
1
Makefile
|
@ -109,6 +109,7 @@ upload: kops version-dist
|
||||||
aws s3 sync --acl public-read .build/upload/ ${S3_BUCKET}
|
aws s3 sync --acl public-read .build/upload/ ${S3_BUCKET}
|
||||||
|
|
||||||
gcs-upload: version-dist
|
gcs-upload: version-dist
|
||||||
|
gcloud auth list
|
||||||
gsutil -m rsync -r .build/upload/kops ${GCS_LOCATION}
|
gsutil -m rsync -r .build/upload/kops ${GCS_LOCATION}
|
||||||
|
|
||||||
gcs-publish-ci: gcs-upload
|
gcs-publish-ci: gcs-upload
|
||||||
|
|
Loading…
Reference in New Issue