Skip to content

Commit 93dcabd

Browse files
author
Rizchel Dayao
committed
Move login
1 parent 811710f commit 93dcabd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ before_deploy:
1818
- chmod +x ./kubectl
1919
- sudo mv ./kubectl /usr/local/bin/kubectl
2020
- chmod +x ./deploy.sh
21+
- ./Bluemix_CLI/bin/bluemix login --apikey $BXIAM
2122
deploy:
2223
provider: script
23-
script: ./deploy.sh
24+
script: sh ./deploy.sh
2425
on:
2526
branch: deploy

deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
echo 'hello'
3-
..
4-
ls
3+
# ls
54
# bx login --apikey $BXIAM
65
# export KUBECONFIG=$KUBECONFIG
76
# kubectl delete all --all

0 commit comments

Comments
 (0)