Compare commits

..

3 commits

Author SHA1 Message Date
Bruno BELANYI 1785871986 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
2023-03-30 22:29:50 +01:00
Bruno BELANYI 6fe5dec87c ci: woodpecker: debug exec pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci/woodpecker/push/exec Pipeline failed
ci/woodpecker/push/docker Pipeline was successful
2023-03-30 22:16:33 +01:00
Bruno BELANYI 7036a24c72 ci: woodpecker: add exec pipeline
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
2023-03-30 22:11:38 +01:00
2 changed files with 7 additions and 2 deletions

View file

@ -14,7 +14,6 @@ steps:
- name: test
commands:
- nix run 'nixpkgs#hello'
- echo $HOME
- name: notify
commands:
- nix run 'github:ambroisie/matrix-notifier'

View file

@ -5,7 +5,13 @@ pipeline:
test:
image: bash
commands:
- nix run 'nixpkgs#hello'
- echo $HOME
- "nix run 'nixpkgs#hello'"
- HOME=$(mktemp -d) nix run 'nixpkgs#hello'
when:
status:
- failure
- success
manual_plugin:
image: bash