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 3a0a0ec commit b574b66Copy full SHA for b574b66
sonar-qube.sh
@@ -14,9 +14,9 @@ if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then
14
15
elif [ "$TRAVIS_BRANCH" == "develop" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
16
sonar-scanner \
17
- -Dsonar.host.url=https://sonar.silverbulleters.org \
+ -Dsonar.host.url=https://sonar.oscript.ru \
18
-Dsonar.login=$SONAR_TOKEN \
19
-Dsonar.projectVersion=$version\
20
-Dsonar.scanner.skip=false
21
fi
22
-fi
+fi
0 commit comments