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 360d7c4..a085091 100755 (executable)
@@ -38,5 +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
-set +x # don't show the token in the logs
+# don't show the token in the logs
+set +x
 sonar-scanner -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN