From: Sébastien Lesaint Date: Thu, 23 May 2019 08:07:42 +0000 (+0200) Subject: enable Cirrus auto_cancellation on branch dogfood-on-next X-Git-Tag: 7.8~161 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=649d1f16ec41ca63fa27b58b77cf14efd8df3484;p=sonarqube.git enable Cirrus auto_cancellation on branch dogfood-on-next --- 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"