From a6da71a2046ccfc135efab12ce7061281aabc22d Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 11 Apr 2025 09:39:00 +0200 Subject: [PATCH] commented automatic commit after install --- autodeploy/setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index 049bbd3..a618b45 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -8,8 +8,8 @@ set -euo pipefail ./pixi init || true ./pixi install --all -git add .gitattributes .gitignore pixi.lock pixi.toml -git commit -m"automatic commit after install" -git push +#git add .gitattributes .gitignore pixi.lock pixi.toml +#git commit -m"automatic commit after install" +#git push