mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
test reference
This commit is contained in:
parent
45b1ba0cc9
commit
fee65cfac6
5 changed files with 17 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ version:
|
|||
extends: .version
|
||||
stage: .pre
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
|
||||
- !reference [.default_rules, rules]
|
||||
|
||||
secret_detection:
|
||||
stage: validate
|
||||
|
|
@ -27,6 +27,4 @@ sonarqube:
|
|||
stage: validate
|
||||
allow_failure: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
exists:
|
||||
- "sonar-project.properties"
|
||||
- !reference [.sonarqube_rules, rules]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue