From ff377a95feffcf905557b99e01655248f78930d8 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 10:19:15 +0200 Subject: [PATCH] disable progress bar to reduce logging noise --- autodeploy/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index f7ea8ac..f3cfacc 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -35,7 +35,7 @@ chmod +x "$GITHUB_WORKSPACE/pixi" cd "$DESTINATION_DIR" "$GITHUB_WORKSPACE/pixi" init || true -"$GITHUB_WORKSPACE/pixi" install --all +"$GITHUB_WORKSPACE/pixi" install --all --no-progress # copy owner group from level above group=$(stat -c '%g' ..)