Created
March 3, 2018 20:08
-
-
Save ralphpina/8ac99491d88439fcea2172d1da60d5b4 to your computer and use it in GitHub Desktop.
Download GCloud SDK Welnys API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Google Cloud SDK. We need it to setup the environment with the commands below | |
# https://discuss.circleci.com/t/gcloud-permissions-error/2631/25 | |
- run: | |
name: Downloading Google Cloud SDK | |
command: | | |
curl -L -o google-cloud-sdk.zip https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.zip \ | |
&& unzip google-cloud-sdk.zip \ | |
&& rm google-cloud-sdk.zip \ | |
&& google-cloud-sdk/install.sh \ | |
--usage-reporting=false \ | |
--bash-completion=true \ | |
--path-update=true \ | |
--quiet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment