Compare commits
2 commits
31fab05428
...
320227f5d6
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 320227f5d6 | ||
Bruno BELANYI | f2c5dbbe27 |
6
.woodpecker/docker.yml
Normal file
6
.woodpecker/docker.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
labels:
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
- name: test
|
||||||
|
image: hello-world
|
26
.woodpecker/exec.yml
Normal file
26
.woodpecker/exec.yml
Normal 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
|
Loading…
Reference in a new issue