aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorTom <thomas.verin@sonarsource.com>2018-01-30 17:45:22 +0100
committertomverin <thomas.verin@sonarsource.com>2018-02-05 16:23:25 +0100
commit2ee63dead2452afb3deaf7593b7b524d65dbca9f (patch)
tree4a12102230d6cf91931ae538634b01f469fc9a97 /travis.sh
parentb0bb223ac2dcc5fbbf719728e5fefe24e9417e4e (diff)
downloadsonarqube-2ee63dead2452afb3deaf7593b7b524d65dbca9f.tar.gz
sonarqube-2ee63dead2452afb3deaf7593b7b524d65dbca9f.zip
Allow dogfood on other destination than next
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 27f69783431..9ad2e069f49 100755
--- 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 \