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

Commit c4f08c8

Browse files
committed
Disable bx cli version check
Current Travis builds are failing because of a timeout waiting for input regarding an update request for the bluemix cli. This commit modifies the install.sh script to not check for an update and to rather use the version downloaded.
1 parent 86633b2 commit c4f08c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install_bx.sh

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ curl -L https://public.dhe.ibm.com/cloud/bluemix/cli/bluemix-cli/latest/IBM_Clou
1010
tar -xvf Bluemix_CLI.tar.gz
1111
sudo ./Bluemix_CLI/install_bluemix_cli
1212

13+
echo "Configuring bx to disable version check"
14+
bx config --check-version=false
15+
echo "Checking bx version"
16+
bx --version
1317
echo "Installing Bluemix container-service plugin"
1418
bx plugin install container-service -r Bluemix
1519

0 commit comments

Comments
 (0)