mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-02 22:27:06 +00:00
Apparently gcloud's not in the path
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user