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