Compare commits
3 commits
1785871986
...
0ac796de8e
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 0ac796de8e | ||
Bruno BELANYI | d776765da5 | ||
Bruno BELANYI | 242737bd0d |
|
@ -14,6 +14,7 @@ steps:
|
|||
- name: test
|
||||
commands:
|
||||
- nix run 'nixpkgs#hello'
|
||||
- echo $HOME
|
||||
- name: notify
|
||||
commands:
|
||||
- nix run 'github:ambroisie/matrix-notifier'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue