uncommented automatic commit

This commit is contained in:
2025-04-14 20:06:11 +02:00
parent cb2997c98e
commit 7b176a4e3c

View File

@ -16,8 +16,9 @@ SCRIPT_PATH=$(dirname "$0")
"$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true
"$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true
#TODO: we actually need to version this!
"$SCRIPT_PATH/gitignore.sh" add pixi.lock || true
git config user.name "GFA AutoDeploy"
git config user.email "gfa-autodeploy@psi.ch"
export CONDA_OVERRIDE_GLIBC=2.28
@ -31,11 +32,8 @@ chmod -R g=u .
"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs"
#git config user.name "GFA AutoDeploy"
#git config user.email "gfa-autodeploy@psi.ch"
#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