test-drone/.woodpecker/exec.yml
Bruno BELANYI ce06657dcb
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci: woodpecker: add exec pipeline
2023-03-30 21:25:24 +01:00

25 lines
463 B
YAML

pipeline:
test:
image: bash
commands:
- "nix run 'nixpkgs#hello'"
notify:
image: bash
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run 'github:ambroisie/matrix-notifier'
settings:
trigger:
status:
- failure
- success