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 811710f commit 93dcabdCopy full SHA for 93dcabd
.travis.yml
@@ -18,8 +18,9 @@ before_deploy:
18
- chmod +x ./kubectl
19
- sudo mv ./kubectl /usr/local/bin/kubectl
20
- chmod +x ./deploy.sh
21
+ - ./Bluemix_CLI/bin/bluemix login --apikey $BXIAM
22
deploy:
23
provider: script
- script: ./deploy.sh
24
+ script: sh ./deploy.sh
25
on:
26
branch: deploy
deploy.sh
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
echo 'hello'
3
-..
4
-ls
+# ls
5
# bx login --apikey $BXIAM
6
# export KUBECONFIG=$KUBECONFIG
7
# kubectl delete all --all
0 commit comments