Skip to content

Commit 530997c

Browse files
committed
Simplify install of previous version
1 parent 939fe2f commit 530997c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/it.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ do
211211

212212
# Restore admin token as long as previous version is 2.9 or less
213213
logmsg "Restore sonar-tools last released version"
214-
echo "Y" | pip uninstall sonar-tools
215-
pip install sonar-tools
214+
pip install --force-reinstall sonar-tools
216215

217216
export SONAR_TOKEN="$SONAR_TOKEN_ADMIN_USER"
218217
logmsg "IT released tools $env"

0 commit comments

Comments
 (0)