Remove Drone CI
ci/woodpecker/push/check Pipeline was successful Details
ci/woodpecker/manual/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-04-01 17:11:28 +01:00
parent 5e1ac9da61
commit 4a099243ed
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
---
kind: pipeline
type: exec
name: abacus checks
steps:
- name: flake check
commands:
- nix flake check
- name: package check
commands:
- nix build
- name: notifiy
commands:
- nix run github:ambroisie/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
...