From ee001a100050b0a8ca5e6fa4b7be39fcce3b294b Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 14:20:08 +0200 Subject: [PATCH] test --- autodeploy/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index ad0f4ac..5115e89 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -54,6 +54,9 @@ chgrp -R "$group" . #"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs" +git diff --name-only origin/main...HEAD + + # git add .gitattributes .gitignore pixi.lock pixi.toml # git commit -m"automatic commit after install" # git push