Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cd9475a1 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

sonarqube: update url of the server

parent 90c8f94d
Branches
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 ...@@ -28,7 +28,7 @@ cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2
# create the sonarqube config file # create the sonarqube config file
cat > sonar-project.properties << EOF 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.login=$SONARQUBE_LOGIN
sonar.links.homepage=$CI_PROJECT_URL sonar.links.homepage=$CI_PROJECT_URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment