fixup! ci: woodpecker: add exec pipeline
This commit is contained in:
parent
320227f5d6
commit
6a282f7b01
|
@ -5,7 +5,7 @@ pipeline:
|
||||||
- name: test
|
- name: test
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix run 'nixpkgs#hello'
|
- HOME=$(mktemp -d) nix run 'nixpkgs#hello'
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: bash
|
image: bash
|
||||||
|
@ -19,7 +19,7 @@ pipeline:
|
||||||
- source: matrix_password
|
- source: matrix_password
|
||||||
target: pass
|
target: pass
|
||||||
commands:
|
commands:
|
||||||
- nix run 'github:ambroisie/matrix-notifier'
|
- HOME=$(mktemp -d) nix run 'github:ambroisie/matrix-notifier'
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- failure
|
- failure
|
||||||
|
|
Loading…
Reference in a new issue