ci: woodpecker: debug exec pipeline
This commit is contained in:
parent
7036a24c72
commit
3330a384f6
|
@ -7,6 +7,15 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- "nix run 'nixpkgs#hello'"
|
- "nix run 'nixpkgs#hello'"
|
||||||
|
|
||||||
|
manual_clone:
|
||||||
|
image: bash
|
||||||
|
secrets:
|
||||||
|
commands:
|
||||||
|
- CI_WORKSPACE=$PWD plugin-git
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: bash
|
image: bash
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Reference in a new issue