mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
14 lines
282 B
YAML
14 lines
282 B
YAML
.helm-build:
|
|
image: dtzar/helm-kubectl
|
|
script:
|
|
- ./scripts/helm-package.sh
|
|
artifacts:
|
|
expire_in: 1 hour
|
|
paths:
|
|
- $CI_PROJECT_DIR/packages
|
|
|
|
.helm-push:
|
|
image: dtzar/helm-kubectl
|
|
script:
|
|
- ./scripts/helm-addrepo.sh
|
|
- ./scripts/helm-push.sh
|