took out git ignore since we run in a temp folder anyway)

This commit is contained in:
2026-06-19 09:25:41 +02:00
parent cd6ac54dd7
commit 9ff595e3ad
+4 -4
View File
@@ -10,8 +10,8 @@ echo "Destination: $DESTINATION_DIR"
# URL="https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz"
URL="https://gitea.psi.ch/python/pixi/releases/download/latest/pixi-x86_64-unknown-linux-musl.tar.gz"
ARCHIVE=$(basename "$URL")
BINARY=$(echo "$ARCHIVE" | cut -d. -f1 | cut -d- -f1)
#ARCHIVE=$(basename "$URL")
#BINARY=$(echo "$ARCHIVE" | cut -d. -f1 | cut -d- -f1)
SCRIPT_PATH=$(dirname "$0")
@@ -19,8 +19,8 @@ echo "Script path: $SCRIPT_PATH"
"$SCRIPT_PATH/download.sh" "$URL"
"$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true
"$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true
#"$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true
#"$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true
# git config user.name "GFA AutoDeploy"