Compare commits
3 commits
0ac796de8e
...
1785871986
| Author | SHA1 | Date | |
|---|---|---|---|
| 1785871986 | |||
| 6fe5dec87c | |||
| 7036a24c72 |
2 changed files with 7 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue