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