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