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

Commit f7e61de

Browse files
committed
updated Travis script
1 parent 148971e commit f7e61de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ function cluster_setup() {
3737
function application_setup() {
3838
#creating services
3939

40-
bx service create cloudantNoSQLDB Lite mycloudant
41-
bx service create weatherinsights Free-v2 myweatherinsights
40+
# Trial accounts that are expired cannot use any Bluemix service other than kubernetes cluster.
41+
# bx service create cloudantNoSQLDB Lite mycloudant
42+
# bx service create weatherinsights Free-v2 myweatherinsights
4243

43-
bx cs cluster-service-bind $CLUSTER_NAME default mycloudant
44-
bx cs cluster-service-bind $CLUSTER_NAME default myweatherinsights
44+
# bx cs cluster-service-bind $CLUSTER_NAME default mycloudant
45+
# bx cs cluster-service-bind $CLUSTER_NAME default myweatherinsights
4546

4647
#set dummy cred
4748
sed -i s#"<insert-app-ID>"#"1234567"# secret.yaml
@@ -66,4 +67,3 @@ install_bluemix_cli
6667
bluemix_auth
6768
cluster_setup
6869
application_setup
69-
cluster_setup

0 commit comments

Comments
 (0)