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
|
- name: test
|
||||||
commands:
|
commands:
|
||||||
- nix run 'nixpkgs#hello'
|
- nix run 'nixpkgs#hello'
|
||||||
|
- echo $HOME
|
||||||
- name: notify
|
- name: notify
|
||||||
commands:
|
commands:
|
||||||
- nix run 'github:ambroisie/matrix-notifier'
|
- nix run 'github:ambroisie/matrix-notifier'
|
||||||
|
|
|
@ -5,13 +5,7 @@ pipeline:
|
||||||
test:
|
test:
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- echo $HOME
|
- nix run 'nixpkgs#hello'
|
||||||
- "nix run 'nixpkgs#hello'"
|
|
||||||
- HOME=$(mktemp -d) nix run 'nixpkgs#hello'
|
|
||||||
when:
|
|
||||||
status:
|
|
||||||
- failure
|
|
||||||
- success
|
|
||||||
|
|
||||||
manual_plugin:
|
manual_plugin:
|
||||||
image: bash
|
image: bash
|
||||||
|
|
Loading…
Reference in a new issue