ci: remove Drone CI
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-04-01 17:14:13 +01:00
parent 85f7a34d85
commit 0da267664c

View file

@ -1,27 +0,0 @@
---
kind: pipeline
type: exec
name: NixOS config check
steps:
- name: nix flake check
commands:
- nix flake check
- name: notifiy
commands:
- nix run .#matrix-notifier
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
when:
status:
- failure
- success
...