From 65b22fab10524bb63eedf432a8dcb75cc38c6c7d Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Sat, 8 Jun 2024 09:52:15 -0400 Subject: [PATCH] fix: wrap build in tini --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 4f80aef..6d81a72 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -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