diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-11-30 12:11:12 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-01 20:03:34 +0000 |
commit | 3a80d2056bab7773658fcbcd00c9b2b8d2e4ba77 (patch) | |
tree | 9197d772e1167c3068df81664948ec69b2f81999 /.cirrus.yml | |
parent | 96c172a479245c1c67f3d24b3f6a53f0bad8f543 (diff) | |
download | sonarqube-3a80d2056bab7773658fcbcd00c9b2b8d2e4ba77.tar.gz sonarqube-3a80d2056bab7773658fcbcd00c9b2b8d2e4ba77.zip |
[NO JIRA] Simplify sonar-docs build, as it's not analyzed in SonarQube
Right now, we're not analyzing anything in server/sonar-docs. This means
running things like coverage, JUnit reports, or ESLint, is meaningless,
as the analysis will never be able to link the results to any known
files.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 40c9fbd680e..e35f03c7caf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -117,7 +117,6 @@ eslint_report_cache_template: &ESLINT_REPORT_CACHE_TEMPLATE eslint_report_cache: folders: - server/sonar-web/eslint-report/ - - server/sonar-docs/eslint-report/ - private/core-extension-securityreport/eslint-report/ - private/core-extension-license/eslint-report/ - private/core-extension-governance/eslint-report/ @@ -127,7 +126,6 @@ jest_report_cache_template: &JEST_REPORT_CACHE_TEMPLATE jest_report_cache: folders: - server/sonar-web/coverage/ - - server/sonar-docs/coverage/ - private/core-extension-securityreport/coverage/ - private/core-extension-license/coverage/ - private/core-extension-governance/coverage/ |