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