fab-city-os-core-chart/.gitlab-ci.yml
Sebastian Wendel 629e99f69b
latest changes
2022-06-27 01:33:57 +02:00

21 lines
246 B
YAML

---
default:
image: nixos/nix:latest
retry: 2
before_script:
- nix-channel --update
stages:
- test
- build
- release
- deploy
lint.yaml:
script: yamllint -f auto .
stage: test
lint.markdown:
script: mdl .
stage: test