infrastructure/.drone.yml
Vivian 4d9b231497
Some checks failed
continuous-integration/drone/push Build is failing
remove nix ci
2022-06-12 17:19:13 +02:00

14 lines
471 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: yamllint
image: registry.gitlab.com/pipeline-components/yamllint
commands:
- yamllint -c .yamllint.yaml .
- name: nix flake check
image: nixos/nix:master
commands:
- nix --extra-experimental-features nix-command --extra-experimental-features flakes flake prefetch
- nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --no-build