remove git call

This commit is contained in:
2026-01-29 17:39:10 +01:00
parent 8dc188602c
commit 0b774c5148
+5 -5
View File
@@ -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