aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorTom <thomas.verin@sonarsource.com>2018-01-30 14:08:47 +0100
committertomverin <thomas.verin@sonarsource.com>2018-02-05 16:23:25 +0100
commitb0bb223ac2dcc5fbbf719728e5fefe24e9417e4e (patch)
treebba816c1995c314687415b5812779572b7da84e7 /cix.sh
parentbf512ec601e12a5b0705c6f02d58a24812f8aef3 (diff)
downloadsonarqube-b0bb223ac2dcc5fbbf719728e5fefe24e9417e4e.tar.gz
sonarqube-b0bb223ac2dcc5fbbf719728e5fefe24e9417e4e.zip
Enable build and QA for dogfood branch
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/cix.sh b/cix.sh
index 74159ae5ae4..024e4164539 100755
--- a/cix.sh
+++ b/cix.sh
@@ -17,6 +17,9 @@ case "$RUN_ACTIVITY" in
if [[ "$GITHUB_BRANCH" == "PULLREQUEST-"* ]] && [[ "$DB_ENGINE" != "postgresql93" ]]; then
# execute PR QA only on postgres
exit 0
+ elif [[ "$GITHUB_BRANCH" == "dogfood-on-next" ]] && [[ "$DB_ENGINE" != "postgresql93" ]]; then
+ # execute dogfood QA only on postgres
+ exit 0
else
mvn clean package -B -e -V -f tests/plugins/pom.xml