diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2022-03-31 13:31:16 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-31 20:02:58 +0000 |
commit | 7c96949d8d21e253cac1106436e99a3c1f92307c (patch) | |
tree | ee7dedc4e5e0a79453730fd4c6ae3bc41471353a /.cirrus.yml | |
parent | 46a70239fa534545b84c3b057a48891f9a441eef (diff) | |
download | sonarqube-7c96949d8d21e253cac1106436e99a3c1f92307c.tar.gz sonarqube-7c96949d8d21e253cac1106436e99a3c1f92307c.zip |
Revert accident cirrus comment
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index de7c19942a3..ec8aa9bf568 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 |