Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 12126cb

Browse files
AnthonyAmanseanimeshsingh
authored andcommitted
Fix travis cluster (#19)
1 parent 0570395 commit 12126cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo ./Bluemix_CLI/install_bluemix_cli
1414

1515
function bluemix_auth() {
1616
echo "Authenticating with Bluemix"
17-
echo "1" | bx login -a https://api.ng.bluemix.net -u $BLUEMIX_USER -p $BLUEMIX_PASS
17+
echo "1" | bx login -a https://api.ng.bluemix.net --apikey $BLUEMIX_AUTH
1818
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
1919
bx plugin install container-service -r Bluemix
2020
echo "Installing kubectl"
@@ -23,8 +23,8 @@ sudo mv ./kubectl /usr/local/bin/kubectl
2323
}
2424

2525
function cluster_setup() {
26-
bx cs workers cluster-travis
27-
$(bx cs cluster-config cluster-travis | grep export)
26+
bx cs workers anthony-cluster-travis
27+
$(bx cs cluster-config anthony-cluster-travis | grep export)
2828
kubectl delete pvc -l app=gameon
2929
kubectl delete --ignore-not-found=true -f core
3030
kubectl delete --ignore-not-found=true -f platform

0 commit comments

Comments
 (0)