We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939fe2f commit 530997cCopy full SHA for 530997c
test/it.sh
@@ -211,8 +211,7 @@ do
211
212
# Restore admin token as long as previous version is 2.9 or less
213
logmsg "Restore sonar-tools last released version"
214
- echo "Y" | pip uninstall sonar-tools
215
- pip install sonar-tools
+ pip install --force-reinstall sonar-tools
216
217
export SONAR_TOKEN="$SONAR_TOKEN_ADMIN_USER"
218
logmsg "IT released tools $env"
0 commit comments