We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d30fdd commit 81e4ee6Copy full SHA for 81e4ee6
ci/xenial/tasks/import-stemcell-bionic.sh
@@ -6,7 +6,7 @@ export CANDIDATE_BUILD_NUMBER=$( cat version/number | sed 's/\.0$//;s/\.0$//' )
6
echo -e "\n[INFO] Install tools..."
7
apt-get update
8
apt-get -y install python3-pip
9
-pip3 install 'SoftLayer>=5.6.0'
+pip3 install 'SoftLayer>=5.6.0,<=5.7.2'
10
pip3 install click==7.0
11
export LC_ALL=C.UTF-8
12
export LANG=C.UTF-8
0 commit comments