mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-23 07:24:49 +01:00
fix: wrap build in tini
This commit is contained in:
parent
0cf1cf36b8
commit
65b22fab10
|
@ -11,7 +11,7 @@ steps:
|
|||
- name: build
|
||||
image: bash
|
||||
commands:
|
||||
- nix develop .#ci -c just -- build
|
||||
- tini -s nix -- develop .#ci -c just -- build
|
||||
|
||||
- name: upload
|
||||
image: bash
|
||||
|
|
Loading…
Reference in a new issue