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

23 lines
354 B
YAML
Raw Normal View History

2022-07-12 13:44:03 +02:00
---
default:
image: fabcityhamburg/k8s-tools
2022-07-12 13:44:03 +02:00
stages:
- test
- build
lint.yaml:
2022-11-29 14:38:16 +01:00
stage: test
script:
- yamllint -f auto .
2022-11-29 14:38:16 +01:00
lint.kustomize.dev:
stage: build
script:
- kubectl kustomize overlays/dev --enable-helm >/dev/null
2022-07-13 09:53:17 +02:00
lint.kustomize.prod:
stage: build
script:
- kubectl kustomize overlays/prod --enable-helm >/dev/null