mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
test reference
This commit is contained in:
parent
45b1ba0cc9
commit
fee65cfac6
5 changed files with 17 additions and 7 deletions
3
rules/mr-rules.yml
Normal file
3
rules/mr-rules.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.default_rules:
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
9
rules/rules.yml
Normal file
9
rules/rules.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.default_rules:
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
|
||||
|
||||
.sonarqube_rules:
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
|
||||
exists:
|
||||
- "sonar-project.properties"
|
||||
Loading…
Add table
Add a link
Reference in a new issue