-
-
Save soupdiver/b712cda7a6eb82aac193618041edd187 to your computer and use it in GitHub Desktop.
Installing gcloud
This file contains 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
machine: | |
pre: | |
- sudo bash -c 'curl "https://sdk.cloud.google.com" | CLOUDSDK_CORE_DISABLE_PROMPTS=1 CLOUDSDK_INSTALL_DIR=/opt bash' | |
- sudo chown -R "ubuntu:ubuntu" "/opt/google-cloud-sdk" | |
- sudo chown -R "ubuntu:ubuntu" "/home/ubuntu/.config/gcloud" | |
- source /opt/google-cloud-sdk/path.bash.inc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment