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