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 c9ea73d commit 68ea77fCopy full SHA for 68ea77f
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
node_js:
3
- 6.9.0
4
-env:
5
- global:
6
- - KUBECONFIG=${HOME}/.kube/config
+# env:
+# global:
+# - KUBECONFIG=${HOME}/.kube/config
7
install:
8
- npm i -g npm@3
9
- npm install
@@ -23,6 +23,7 @@ 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=$( bx cs cluster-config rizchel-codepattern 2>&1 )
27
# - sudo cp /etc/kubernetes/admin.conf $HOME/
28
# - sudo chown $(id -u):$(id -g) $HOME/admin.conf
29
# - export KUBECONFIG=$HOME/admin.conf
0 commit comments