diff --git a/tools/analysis.sh b/tools/analysis.sh index e596c98b623de424411e2dfb43549cd03a767c3e..f29cce3d46ba7aacdd7b23dd45d4dfb2d02f6554 100755 --- a/tools/analysis.sh +++ b/tools/analysis.sh @@ -28,7 +28,7 @@ cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 # create the sonarqube config file cat > sonar-project.properties << EOF -sonar.host.url=https://sonarqube.bordeaux.inria.fr/sonarqube +sonar.host.url=https://sonarqube.inria.fr/sonarqube sonar.login=$SONARQUBE_LOGIN sonar.links.homepage=$CI_PROJECT_URL