Sfoglia il codice sorgente

BUILD-1529 Fix only_if of promotion

tags/9.5.0.56709
Malena Ebert 2 anni fa
parent
commit
875c8215fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml Vedi File

<<: *REPORTS_JUNIT_SCREENSHOTS_ON_FAILURE_TEMPLATE <<: *REPORTS_JUNIT_SCREENSHOTS_ON_FAILURE_TEMPLATE


promote_task: 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: depends_on:
- build - build
- validate - validate

Loading…
Annulla
Salva