mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 00:11:24 -05:00
10 lines
193 B
YAML
10 lines
193 B
YAML
.helm-build:
|
|
image: dtzar/helm-kubectl
|
|
script:
|
|
- ./scripts/helm-package.sh
|
|
|
|
.helm-push:
|
|
image: dtzar/helm-kubectl
|
|
script:
|
|
- ./scripts/helm-login.sh
|
|
- ./scripts/helm-push.sh
|