mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
efda811495
commit
fb3a59a82a
3 changed files with 13 additions and 11 deletions
|
|
@ -35,11 +35,18 @@ docker:
|
||||||
needs:
|
needs:
|
||||||
- job: gobuild
|
- job: gobuild
|
||||||
artifacts: true
|
artifacts: true
|
||||||
only:
|
- job: version
|
||||||
- main
|
artifacts: true
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||||
|
|
||||||
helm:
|
helm:
|
||||||
extends: .helm-createchart
|
extends: .helm-createchart
|
||||||
stage: publish
|
stage: publish
|
||||||
only:
|
needs:
|
||||||
- main
|
- job: gobuild
|
||||||
|
artifacts: false
|
||||||
|
- job: version
|
||||||
|
artifacts: true
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||||
|
|
@ -10,6 +10,4 @@
|
||||||
script:
|
script:
|
||||||
- ./scripts/docker-login.sh
|
- ./scripts/docker-login.sh
|
||||||
- ./scripts/docker-build.sh
|
- ./scripts/docker-build.sh
|
||||||
needs:
|
|
||||||
- job: version
|
|
||||||
artifacts: true
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,3 @@
|
||||||
- ./scripts/helm-addrepo.sh
|
- ./scripts/helm-addrepo.sh
|
||||||
- ./scripts/helm-package.sh
|
- ./scripts/helm-package.sh
|
||||||
- ./scripts/helm-push.sh
|
- ./scripts/helm-push.sh
|
||||||
needs:
|
|
||||||
- job: version
|
|
||||||
artifacts: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue