Last active
March 30, 2016 15:47
-
-
Save kimh/d421a6215e9f87663536b1b5289568a8 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" |
Removed source ~
since it's done by the installation script.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You also need to add
- sudo chown -R "ubuntu:ubuntu" "/home/ubuntu/.config/gcloud"