Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix a shell syntax error, bummer
[simgrid.git] / tools / internal / travis-sonarqube.sh
index 6201f57..a085091 100755 (executable)
@@ -38,4 +38,6 @@ installBuildWrapper
 
 # and finally execute the actual SonarQube analysis (the SONAR_TOKEN is set from the travis web interface, to not expose it)
 # See https://docs.travis-ci.com/user/sonarqube/ for more info on tokens
+# don't show the token in the logs
+set +x
 sonar-scanner -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN