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