]> source.dussan.org Git - sonarqube.git/commitdiff
Allow dogfood on other destination than next
authorTom <thomas.verin@sonarsource.com>
Tue, 30 Jan 2018 16:45:22 +0000 (17:45 +0100)
committertomverin <thomas.verin@sonarsource.com>
Mon, 5 Feb 2018 15:23:25 +0000 (16:23 +0100)
travis.sh

index 27f6978343125144cb428e76883adeac08717ceb..9ad2e069f49cc7417e3a94eebb2c0fd60bccd792 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -193,7 +193,7 @@ BUILD)
         -Dsonar.pullrequest.github.id=$TRAVIS_PULL_REQUEST \
         -Dsonar.pullrequest.github.repository=$TRAVIS_REPO_SLUG
 
-  elif [[ "$TRAVIS_BRANCH" == "dogfood-on-next" ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
+  elif [[ "$TRAVIS_BRANCH" == "dogfood-on-"* ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
     echo 'Build dogfood branch'
 
     mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy \