diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-10-10 11:08:28 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-10-10 11:08:28 +0200 |
commit | 9fb89dcf0005a4efa013799f403e7d577d67dee9 (patch) | |
tree | 5d2798dcf9ed0903b09b9bdd73b9a03077ff2fb1 /travis.sh | |
parent | 86f02ee075a15b0c727961d7a6d61360a53ae7c1 (diff) | |
download | sonarqube-9fb89dcf0005a4efa013799f403e7d577d67dee9.tar.gz sonarqube-9fb89dcf0005a4efa013799f403e7d577d67dee9.zip |
Fix travis.sh with whitespaces in mvn command
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh index c6e5d2bb82d..43614ecac43 100755 --- 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 |