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

24 lines
339 B
YAML

---
default:
tags:
- nix
before_script:
- nix develop
stages:
- test
- build
lint.yaml:
stage: test
script:
- yamllint -f auto .
lint.kustomize.dev:
stage: build
script: kubectl kustomize overlays/dev --enable-helm
lint.kustomize.prod:
stage: build
script: kubectl kustomize overlays/prod --enable-helm