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 28e0462 commit b0ac0dcCopy full SHA for b0ac0dc
.travis.yml
@@ -23,7 +23,8 @@ before_deploy:
23
- chmod +x ./deploy.sh
24
- ./Bluemix_CLI/bin/bluemix login --apikey $BXIAM -a https://api.ng.bluemix.net
25
- ./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 )
+ - OUTPUT=$(./Bluemix_CLI/bin/bluemix cs cluster-config rizchel-codepattern)
27
+ - echo $OUTPUT
28
# - sudo cp /etc/kubernetes/admin.conf $HOME/
29
# - sudo chown $(id -u):$(id -g) $HOME/admin.conf
30
# - export KUBECONFIG=$HOME/admin.conf
0 commit comments