mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-09 08:41:32 -05:00
update
This commit is contained in:
parent
2251a3ff34
commit
5309f01654
1 changed files with 2 additions and 10 deletions
|
|
@ -18,6 +18,7 @@ version:
|
||||||
stage: .pre
|
stage: .pre
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||||
|
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
||||||
|
|
||||||
sonarqube:
|
sonarqube:
|
||||||
extends: .sonarcloud-check
|
extends: .sonarcloud-check
|
||||||
|
|
@ -45,14 +46,5 @@ docker:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||||
|
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
||||||
|
|
||||||
helm:
|
|
||||||
extends: .helm-createchart
|
|
||||||
stage: publish
|
|
||||||
needs:
|
|
||||||
- job: gobuild
|
|
||||||
artifacts: false
|
|
||||||
- job: version
|
|
||||||
artifacts: true
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue