Apparently gcloud's not in the path

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2019-09-04 13:49:27 -04:00
parent 823a091e0f
commit 9a2f47da7e
-1
View File
@@ -20,7 +20,6 @@ before_deploy:
- if [ ! -d ${HOME}/google-cloud-sdk ]; then curl https://sdk.cloud.google.com | bash
/dev/stdin --disable-prompts; fi
- export PATH=/home/travs/google-cloud-sdk/bin:$PATH && echo "$PATH"
- which gcloud
- $HOME/gcloud --version
deploy: