mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 16:31:21 -05:00
test reference
This commit is contained in:
parent
45b1ba0cc9
commit
fee65cfac6
5 changed files with 17 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ generate_sbom:
|
|||
optional: true
|
||||
artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
- !reference [.default_rules, mr-rules]
|
||||
|
||||
generate_cve:
|
||||
extends: .generate_cve
|
||||
|
|
@ -24,4 +24,4 @@ generate_cve:
|
|||
- job: generate_sbom
|
||||
artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
- !reference [.default_rules, mr-rules]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue