aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-05-20 09:22:01 +0200
committersonartech <sonartech@sonarsource.com>2022-05-20 20:02:46 +0000
commit6b5998b9858c0a15b5b8fa3a7736eea7dc7ab7cd (patch)
tree906b843edde44c69449f9fe246c51cce8dcfc177 /.cirrus.yml
parentad3fbf9acd045e924f93c8f195c1737ba6ab4326 (diff)
downloadsonarqube-6b5998b9858c0a15b5b8fa3a7736eea7dc7ab7cd.tar.gz
sonarqube-6b5998b9858c0a15b5b8fa3a7736eea7dc7ab7cd.zip
[NO-JIRA] Remove nightly branch SonarQube analysis
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 99e3e92a797..1d174708675 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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