mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update rules
This commit is contained in:
parent
08039d982d
commit
30931618cc
5 changed files with 11 additions and 7 deletions
|
|
@ -4,6 +4,14 @@
|
|||
|
||||
.sonarqube_rules:
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
exists:
|
||||
- "sonar-project.properties"
|
||||
|
||||
.default_mr_rules:
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
|
||||
.mr_only_rules:
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue