]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16189 Fix SSF-217
authorJacek <jacek.poreda@sonarsource.com>
Fri, 25 Mar 2022 13:42:36 +0000 (14:42 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 31 Mar 2022 20:02:58 +0000 (20:02 +0000)
.cirrus.yml

index 4e6c36a6268399df9bd53abb164f8535676af80e..de7c19942a3b7204b091297065b2c799f35b57a8 100644 (file)
@@ -33,7 +33,7 @@ only_nightly_depending_on_build_template: &ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPL
   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"
 
 only_upon_sql_changes_or_nightly_depending_on_build_template: &ONLY_UPON_SQL_CHANGE_OR_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE
   depends_on: build
@@ -643,4 +643,4 @@ ws_scan_task:
       - ./private/cirrus/cirrus-whitesource-notifications.sh
   always:
     ws_artifacts:
-      path: "whitesource/**/*"
\ No newline at end of file
+      path: "whitesource/**/*"