ci: woodpecker: debug exec runner nix
This commit is contained in:
parent
6fe5dec87c
commit
1785871986
|
@ -5,7 +5,13 @@ pipeline:
|
|||
test:
|
||||
image: bash
|
||||
commands:
|
||||
- echo $HOME
|
||||
- "nix run 'nixpkgs#hello'"
|
||||
- HOME=$(mktemp -d) nix run 'nixpkgs#hello'
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
|
||||
manual_plugin:
|
||||
image: bash
|
||||
|
|
Loading…
Reference in a new issue