From 616cff5a0c4959f3f8a64205848dfa5fda6e62ee Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 5 Dec 2016 20:58:48 +0100 Subject: [PATCH] try to fix a shell syntax error, bummer --- tools/internal/travis-sonarqube.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/internal/travis-sonarqube.sh b/tools/internal/travis-sonarqube.sh index 360d7c45c6..a0850917c8 100755 --- a/tools/internal/travis-sonarqube.sh +++ b/tools/internal/travis-sonarqube.sh @@ -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 -- 2.20.1