update
This commit is contained in:
@@ -34,12 +34,19 @@ docker:
|
||||
stage: publish
|
||||
needs:
|
||||
- job: gobuild
|
||||
artifacts: true
|
||||
only:
|
||||
- main
|
||||
artifacts: true
|
||||
- job: version
|
||||
artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||
|
||||
helm:
|
||||
extends: .helm-createchart
|
||||
stage: publish
|
||||
only:
|
||||
- main
|
||||
needs:
|
||||
- job: gobuild
|
||||
artifacts: false
|
||||
- job: version
|
||||
artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||
@@ -10,6 +10,4 @@
|
||||
script:
|
||||
- ./scripts/docker-login.sh
|
||||
- ./scripts/docker-build.sh
|
||||
needs:
|
||||
- job: version
|
||||
artifacts: true
|
||||
|
||||
|
||||
@@ -4,6 +4,3 @@
|
||||
- ./scripts/helm-addrepo.sh
|
||||
- ./scripts/helm-package.sh
|
||||
- ./scripts/helm-push.sh
|
||||
needs:
|
||||
- job: version
|
||||
artifacts: true
|
||||
|
||||
Reference in New Issue
Block a user