removing unnecessary token
This commit is contained in:
@@ -62,4 +62,4 @@ before_install:
|
|||||||
- if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; export
|
- if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; export
|
||||||
CLOUDSDK_CORE_DISABLE_PROMPTS=1; curl https://sdk.cloud.google.com | bash; fi
|
CLOUDSDK_CORE_DISABLE_PROMPTS=1; curl https://sdk.cloud.google.com | bash; fi
|
||||||
- source /home/travis/google-cloud-sdk/path.bash.inc
|
- source /home/travis/google-cloud-sdk/path.bash.inc
|
||||||
- gcloud auth activate-service-account --key-file AUTH_KEY.json; fi
|
- gcloud auth activate-service-account --key-file AUTH_KEY.json
|
||||||
|
|||||||
Reference in New Issue
Block a user