diff options
author | Tom <thomas.verin@sonarsource.com> | 2018-01-30 14:08:47 +0100 |
---|---|---|
committer | tomverin <thomas.verin@sonarsource.com> | 2018-02-05 16:23:25 +0100 |
commit | b0bb223ac2dcc5fbbf719728e5fefe24e9417e4e (patch) | |
tree | bba816c1995c314687415b5812779572b7da84e7 /cix.sh | |
parent | bf512ec601e12a5b0705c6f02d58a24812f8aef3 (diff) | |
download | sonarqube-b0bb223ac2dcc5fbbf719728e5fefe24e9417e4e.tar.gz sonarqube-b0bb223ac2dcc5fbbf719728e5fefe24e9417e4e.zip |
Enable build and QA for dogfood branch
Diffstat (limited to 'cix.sh')
-rwxr-xr-x | cix.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |