Merge pull request 'create /tmp folder for the update' (#7) from fix-update-script into main
Some checks failed
ci/woodpecker/push/update Pipeline was successful
ci/woodpecker/manual/update Pipeline failed

Reviewed-on: #7
This commit is contained in:
Charlotte 🦝 Delenk 2023-04-10 13:10:49 +00:00
commit 19b0699401
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -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