mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
sonar-scan.sh: correct SonarCloud URL
According to SonarCloud's email notification, they're dropping sonarqube.com in favor of sonarcloud.io. Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
This commit is contained in:
parent
c54d6de054
commit
f4ba6dfe65
@ -54,7 +54,7 @@ sonar_cmd_base="build-wrapper-linux-x86-64 --out-dir ${bw_output_path} make -j8
|
||||
-Dsonar.java.binaries='src' \
|
||||
-Dsonar.coverage.exclusions='**/*' \
|
||||
-Dsonar.cfamily.build-wrapper-output=${bw_output_path} \
|
||||
-Dsonar.host.url=https://sonarqube.com \
|
||||
-Dsonar.host.url=https://sonarcloud.io \
|
||||
-Dsonar.organization=${SONAR_ORG} \
|
||||
-Dsonar.login=${SONAR_TOKEN} \
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user