Browse Source

BUILD-1529 Fix only_if of promotion

tags/9.5.0.56709
Malena Ebert 2 years ago
parent
commit
875c8215fc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -473,7 +473,7 @@ qa_ldap_task:
<<: *REPORTS_JUNIT_SCREENSHOTS_ON_FAILURE_TEMPLATE

promote_task:
only_if: $CIRRUS_BRANCH != "public_master" || $CIRRUS_BRANCH != "branch-nightly-build"
only_if: $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
depends_on:
- build
- validate

Loading…
Cancel
Save