test-drone/.woodpecker/exec.yml
Bruno BELANYI 242737bd0d
Some checks failed
ci/woodpecker/push/exec Pipeline failed
ci/woodpecker/push/docker Pipeline was successful
continuous-integration/drone/push Build is passing
ci: woodpecker: add exec pipeline
2023-03-30 22:39:09 +01:00

27 lines
458 B
YAML

labels:
type: exec
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'
when:
status:
- failure
- success