]> source.dussan.org Git - sonarqube.git/commitdiff
enable Cirrus auto_cancellation on branch dogfood-on-next
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 23 May 2019 08:07:42 +0000 (10:07 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 23 May 2019 18:21:10 +0000 (20:21 +0200)
.cirrus.yml

index 49db5cf125ab21f90e53b95035796a7aa296149c..726e599d14ab02e8cf4a5e3abfa587d9b3b4567f 100644 (file)
@@ -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"