diff --git a/Utils/scripts/analysis.sh b/Utils/scripts/analysis.sh index 6e4cac7ec83b2ee4879360fb50ad59d12a675b8c..73655e4eab8f05750e63f25fa76ab72a9aa417a9 100755 --- a/Utils/scripts/analysis.sh +++ b/Utils/scripts/analysis.sh @@ -27,7 +27,7 @@ rats -w 3 --xml ${SOURCES_TO_ANALYZE} > scalfmm-rats.xml # create the sonarqube config file cat > sonar-project.properties << EOF -sonar.host.url=https://sonarqube.bordeaux.inria.fr/ +sonar.host.url=https://sonarqube.bordeaux.inria.fr/sonarqube sonar.login=`cat ~/.sonarqubetoken` sonar.links.homepage=https://gitlab.inria.fr/solverstack/ScalFMM sonar.links.scm=https://fpruvost@gitlab.inria.fr/solverstack/ScalFMM.git