ci: woodpecker: add exec pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
7ebf9bf5af
commit
ce06657dcb
24
.woodpecker/exec.yml
Normal file
24
.woodpecker/exec.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
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
|
Loading…
Reference in a new issue