aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorBelen Pruvost <belen.pruvost@sonarsource.com>2021-11-08 15:18:12 +0100
committersonartech <sonartech@sonarsource.com>2021-11-08 20:04:09 +0000
commit26767b6d8a4893f3d3a7ead2a9e35cedd40b8123 (patch)
tree59d8dfedeefc2f7a982e89458320c8603658c349 /.cirrus.yml
parent7671f8a35b9a95a7fb7095722eaf5e982c0a65ab (diff)
downloadsonarqube-26767b6d8a4893f3d3a7ead2a9e35cedd40b8123.tar.gz
sonarqube-26767b6d8a4893f3d3a7ead2a9e35cedd40b8123.zip
[NO-JIRA] Handle multiline in SQL Tasks trigger
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 02f2b41545c..e59f4d4d7fd 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -34,7 +34,8 @@ only_nightly_depending_on_build_template: &ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPL
only_upon_sql_changes_or_nightly_depending_on_build_template: &ONLY_UPON_SQL_CHANGE_OR_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE
depends_on: build
- only_if: $CIRRUS_BRANCH == "branch-nightly-build" ||
+ only_if: >-
+ $CIRRUS_BRANCH == "branch-nightly-build" ||
changesInclude('server/sonar-db-dao/**/*Mapper.xml', 'server/sonar-db-migration/**/DbVersion*.java')
only_default_depending_on_build_template: &ONLY_DEFAULT_DEPENDING_ON_BUILD_TEMPLATE