ci: woodpecker: debug exec runner nix
Some checks reported errors
ci/woodpecker/push/exec Pipeline failed
continuous-integration/drone/push Build encountered an error
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-03-30 22:29:22 +01:00
parent 6fe5dec87c
commit 1785871986

View file

@ -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