We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b18e96 commit 9fec47aCopy full SHA for 9fec47a
.travis.yml
@@ -16,9 +16,11 @@ before_deploy:
16
- ./Bluemix_CLI/bin/bluemix plugin install container-registry -r Bluemix
17
- curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
18
- chmod +x ./kubectl
19
- - sudo mv ./kubectl /usr/local/bin/kubectl
+ # - sudo mv ./kubectl /usr/local/bin/kubectl
20
- chmod +x ./deploy.sh
21
- ./Bluemix_CLI/bin/bluemix login --apikey $BXIAM -a https://api.ng.bluemix.net
22
+ - export KUBECONFIG=$KUBECONFIG
23
+ - ./kubectl delete all --all
24
deploy:
25
provider: script
26
script: sh ./deploy.sh
0 commit comments