fab-city-os-core-chart/.gitlab-ci.yml

21 lines
246 B
YAML
Raw Normal View History

2022-06-27 01:33:57 +02:00
---
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