Browse Source

Revert accident cirrus comment

tags/9.4.0.54424
Jacek 2 years ago
parent
commit
7c96949d8d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

depends_on: build depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run # Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch # 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 only_upon_sql_changes_or_nightly_depending_on_build_template: &ONLY_UPON_SQL_CHANGE_OR_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE
depends_on: build depends_on: build

Loading…
Cancel
Save