remove git call
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user