Skip to content

Instantly share code, notes, and snippets.

@ralphpina
Created March 3, 2018 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralphpina/8ac99491d88439fcea2172d1da60d5b4 to your computer and use it in GitHub Desktop.
Save ralphpina/8ac99491d88439fcea2172d1da60d5b4 to your computer and use it in GitHub Desktop.
Download GCloud SDK Welnys API
# 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