infrastructure/.drone.yml

13 lines
365 B
YAML
Raw Normal View History

2022-05-29 16:09:24 +02:00
kind: pipeline
type: kubernetes
name: default
steps:
2022-05-29 17:17:04 +02:00
- name: yamllint
2022-05-29 17:16:34 +02:00
image: registry.gitlab.com/pipeline-components/yamllint
2022-05-29 16:09:24 +02:00
commands:
2022-05-29 17:17:04 +02:00
- yamllint -c .yamllint.yaml .
2022-06-12 17:06:32 +02:00
- name: nix flake check
image: nixos/nix:master
commands:
- nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --no-build