mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
c87cfffd18
commit
5cf4b1d71c
1 changed files with 3 additions and 3 deletions
|
|
@ -16,14 +16,14 @@ include:
|
|||
- 'jobs/docker.yml'
|
||||
|
||||
secret_detection:
|
||||
stage: compliance
|
||||
stage: validate
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
allow_failure: false
|
||||
|
||||
sonarqube:
|
||||
extends: .sonarcloud-check
|
||||
stage: compliance
|
||||
stage: validate
|
||||
allow_failure: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
|
|
@ -32,7 +32,7 @@ sonarqube:
|
|||
|
||||
golang-lint:
|
||||
extends: .golang-lint
|
||||
stage: compliance
|
||||
stage: validate
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
exists:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue