mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 08:21:20 -05:00
10 lines
219 B
YAML
10 lines
219 B
YAML
|
|
.helm-createchart:
|
||
|
|
image: registry.durp.info/dtzar/helm-kubectl
|
||
|
|
script:
|
||
|
|
- ./scripts/helm-addrepo.sh
|
||
|
|
- ./scripts/helm-package.sh
|
||
|
|
- ./scripts/helm-push.sh
|
||
|
|
needs:
|
||
|
|
- job: version
|
||
|
|
artifacts: true
|