]> source.dussan.org Git - sonarqube.git/commitdiff
Fix travis.sh with whitespaces in mvn command
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 10 Oct 2017 09:08:28 +0000 (11:08 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 10 Oct 2017 09:08:28 +0000 (11:08 +0200)
travis.sh

index c6e5d2bb82d6a32a3121b7b74cac88ea275bac27..43614ecac43ffc76b50851b038f5e1d3863e289b 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -148,8 +148,8 @@ BUILD)
           -Dsonar.login=$SONAR_TOKEN \
           -Dsonar.projectVersion=$INITIAL_VERSION \
           -Dsonar.analysis.buildNumber=$TRAVIS_BUILD_NUMBER \
-          -Dsonar.analysis.pipeline=$TRAVIS_BUILD_NUMBER \ 
-          -Dsonar.analysis.sha1=$TRAVIS_COMMIT \ 
+          -Dsonar.analysis.pipeline=$TRAVIS_BUILD_NUMBER \
+          -Dsonar.analysis.sha1=$TRAVIS_COMMIT \
           -Dsonar.analysis.repository=$TRAVIS_REPO_SLUG
 
   elif [[ "$TRAVIS_BRANCH" == "branch-"* ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then