aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-05-23 10:07:42 +0200
committerSonarTech <sonartech@sonarsource.com>2019-05-23 20:21:10 +0200
commit649d1f16ec41ca63fa27b58b77cf14efd8df3484 (patch)
tree0f509ba0b8de650fb33dfded128a52ee10dda446 /.cirrus.yml
parent8bcc788c0e45ab79e0f4ce80cda3363bb4588399 (diff)
downloadsonarqube-649d1f16ec41ca63fa27b58b77cf14efd8df3484.tar.gz
sonarqube-649d1f16ec41ca63fa27b58b77cf14efd8df3484.zip
enable Cirrus auto_cancellation on branch dogfood-on-next
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 49db5cf125a..726e599d14a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -28,7 +28,7 @@ env:
# analysis on next.sonarqube.com
SONARQUBE_NEXT_TOKEN: ENCRYPTED[e3d98fa0ecceb015e9803d47f78c3040f5a710d678a631107635d69f650d4e53ecaf2e2334cc1fe0c47037ec915dcda0]
-auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next'
+auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*'
build_task:
only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master"