diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-05-25 08:30:10 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-05-25 20:03:17 +0000 |
commit | 17f3bf97aa700565edce90030751e150932fcce2 (patch) | |
tree | 8c101837aead16e18ddc4ec560a377b614d07e94 /.cirrus.yml | |
parent | 947467d1f1c31c0481dae328b45cda5579d79f14 (diff) | |
download | sonarqube-17f3bf97aa700565edce90030751e150932fcce2.tar.gz sonarqube-17f3bf97aa700565edce90030751e150932fcce2.zip |
NO-JIRA Fix validate task running condition
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 1d174708675..69d17989fc6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 |