Compare commits

..

3 commits

Author SHA1 Message Date
Bruno BELANYI 0ac796de8e WIP
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:47:28 +01:00
Bruno BELANYI d776765da5 ci: woodpecker: debug exec pipeline
Some checks failed
ci/woodpecker/push/exec Pipeline failed
ci/woodpecker/push/docker Pipeline was successful
continuous-integration/drone/push Build is passing
2023-03-30 22:39:09 +01:00
Bruno BELANYI 242737bd0d ci: woodpecker: add exec pipeline
Some checks failed
ci/woodpecker/push/exec Pipeline failed
ci/woodpecker/push/docker Pipeline was successful
continuous-integration/drone/push Build is passing
2023-03-30 22:39:09 +01:00
2 changed files with 2 additions and 7 deletions

View file

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

View file

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