fab-city-software-kit/.gitlab-ci.yml

23 lines
354 B
YAML

---
default:
image: fabcityhamburg/k8s-tools
stages:
- test
- build
lint.yaml:
stage: test
script:
- yamllint -f auto .
lint.kustomize.dev:
stage: build
script:
- kubectl kustomize overlays/dev --enable-helm >/dev/null
lint.kustomize.prod:
stage: build
script:
- kubectl kustomize overlays/prod --enable-helm >/dev/null