update
This commit is contained in:
@@ -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'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user