From 0cd7431758815e8a1d5fb5407d3cf8deea217bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 10 Apr 2023 14:05:21 +0100 Subject: [PATCH] create /tmp folder for the update --- .woodpecker/update.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index 593a66e..eb7ef9f 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -57,6 +57,8 @@ pipeline: trusted-users = @wheel experimental-features = nix-command flakes ca-derivations EOF + - mkdir /tmp + - chmod 1777 /tmp - yes '' | nix-shell ./scripts/update.nix --argstr max-workers 1 when: - event: cron