]> source.dussan.org Git - sonarqube.git/commitdiff
Fix unintentional change to .cirrus.yml
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 12 Feb 2021 17:07:51 +0000 (11:07 -0600)
committersonartech <sonartech@sonarsource.com>
Fri, 12 Feb 2021 20:07:13 +0000 (20:07 +0000)
.cirrus.yml

index c3ebe2fd8a71f778b8f51637e8fc639ab1a7f43e..36bc57a57971121dc9dea3df3e00855a6739e644 100644 (file)
@@ -30,7 +30,7 @@ task_only_nightly_depending_on_build_template: &TASK_ONLY_NIGHTLY_DEPENDING_ON_B
   depends_on: build
   # Comment the following line and commit with message "DO NOT MERGE" in order to run
   # this task on your branch
-  #only_if: $CIRRUS_BRANCH == "branch-nightly-build"
+  only_if: $CIRRUS_BRANCH == "branch-nightly-build"
 
 task_only_default_depending_on_build_template: &TASK_ONLY_DEFAUT_DEPENDING_ON_BUILD_TEMPLATE
   depends_on: build