Add missing(?) authentication

This commit is contained in:
Luis Guzmán 2019-07-30 15:16:37 -05:00
parent 69f956ac64
commit a063669e9c
No known key found for this signature in database
GPG Key ID: BE0F0FDD8926E0C5
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ if [ $SETUP_TYPE = 2 ]; then
#Setup option 1 - Google Cloud SDK
echo "Once logged on Google Cloud SDK, please select the project that owns to the JSON key."
gcloud init
echo "Login to Google Auth Library"
gcloud auth application-default login
fi
echo "Setting up JSON key file..."