ci: woodpecker: add exec pipeline
continuous-integration/drone/push Build is passing Details
ci/woodpecker/push/docker Pipeline was successful Details
ci/woodpecker/push/exec Pipeline was successful Details
ci/woodpecker/manual/docker Pipeline was successful Details
ci/woodpecker/manual/exec Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2022-06-23 09:22:04 +02:00
parent f2c5dbbe27
commit 320227f5d6
1 changed files with 26 additions and 0 deletions

26
.woodpecker/exec.yml Normal file
View File

@ -0,0 +1,26 @@
labels:
type: exec
pipeline:
- name: test
image: bash
commands:
- nix run 'nixpkgs#hello'
- name: 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