From 0b774c514830fd7a0194716fef0ef2c789acb270 Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 29 Jan 2026 17:39:10 +0100 Subject: [PATCH] remove git call --- autodeploy/setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index 74d3bfc..9656b05 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -18,8 +18,8 @@ SCRIPT_PATH=$(dirname "$0") "$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true -git config user.name "GFA AutoDeploy" -git config user.email "gfa-autodeploy@psi.ch" +# git config user.name "GFA AutoDeploy" +# git config user.email "gfa-autodeploy@psi.ch" export CONDA_OVERRIDE_GLIBC=2.28 @@ -33,8 +33,8 @@ chmod -R g=u . "$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs" -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