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