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