Selaa lähdekoodia

NO-JIRA Fix validate task running condition

tags/9.5.0.56709
Philippe Perrin 1 vuosi sitten
vanhempi
commit
17f3bf97aa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml Näytä tiedosto

@@ -224,7 +224,7 @@ validate_task:
<<: *JEST_REPORT_CACHE_TEMPLATE
<<: *ESLINT_REPORT_CACHE_TEMPLATE
<<: *JUNIT_REPORT_CACHE_TEMPLATE
only_if: $CIRRUS_BRANCH != "public_master" || $CIRRUS_BRANCH != "branch-nightly-build"
only_if: $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
depends_on:
- yarn_validate-ci
- yarn_lint-report-ci

Loading…
Peruuta
Tallenna