fixup! ci: woodpecker: add exec pipeline
Some checks failed
continuous-integration/drone/push Build is failing
ci/woodpecker/push/exec Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-04-01 13:52:45 +01:00
parent 320227f5d6
commit 6a282f7b01

View file

@ -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