diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2022-03-25 14:42:36 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-31 20:02:58 +0000 |
commit | 2ae7ab90b7c60746e5118c71b771c3d1bf26e3f4 (patch) | |
tree | ba8d1d72592291963a13e75bacafa6943ccd52b6 /.cirrus.yml | |
parent | cc891bbeb8c26a4f2e75c96919d26f90419e60bf (diff) | |
download | sonarqube-2ae7ab90b7c60746e5118c71b771c3d1bf26e3f4.tar.gz sonarqube-2ae7ab90b7c60746e5118c71b771c3d1bf26e3f4.zip |
SONAR-16189 Fix SSF-217
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 4e6c36a6268..de7c19942a3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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/**/*" |