Skip to content

Commit b0ac0dc

Browse files
author
Rizchel Dayao
committed
Echo variable
1 parent 28e0462 commit b0ac0dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ before_deploy:
2323
- chmod +x ./deploy.sh
2424
- ./Bluemix_CLI/bin/bluemix login --apikey $BXIAM -a https://api.ng.bluemix.net
2525
- ./Bluemix_CLI/bin/bluemix cr build -t registry.ng.bluemix.net/rdayao/deploy-react-kubernetes .
26-
- KUBECONFIG=$( ./Bluemix_CLI/bin/bluemix cs cluster-config rizchel-codepattern 2>&1 )
26+
- OUTPUT=$(./Bluemix_CLI/bin/bluemix cs cluster-config rizchel-codepattern)
27+
- echo $OUTPUT
2728
# - sudo cp /etc/kubernetes/admin.conf $HOME/
2829
# - sudo chown $(id -u):$(id -g) $HOME/admin.conf
2930
# - export KUBECONFIG=$HOME/admin.conf

0 commit comments

Comments
 (0)