fixup! ci: woodpecker: add exec pipeline
All checks were successful
ci/woodpecker/push/exec Pipeline was successful
continuous-integration/drone/push Build is passing
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 26de66b1bd

View file

@ -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?ref=woodpecker'
when:
status:
- failure