Browse Source

[NO-JIRA] Remove nightly branch SonarQube analysis

tags/9.5.0.56709
Philippe Perrin 2 years ago
parent
commit
6b5998b985
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -219,12 +219,12 @@ junit_task:
<<: *PROFILE_ARTIFACTS_TEMPLATE

validate_task:
<<: *ONLY_DEFAULT_BRANCHES_TEMPLATE
<<: *GRADLE_CACHE_TEMPLATE
<<: *YARN_CACHE_TEMPLATE
<<: *JEST_REPORT_CACHE_TEMPLATE
<<: *ESLINT_REPORT_CACHE_TEMPLATE
<<: *JUNIT_REPORT_CACHE_TEMPLATE
only_if: $CIRRUS_BRANCH != "public_master" || $CIRRUS_BRANCH != "branch-nightly-build"
depends_on:
- yarn_validate-ci
- yarn_lint-report-ci

Loading…
Cancel
Save