From 9ff595e3ad733f3e7bfb0163acef8718d888615e Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 19 Jun 2026 09:25:41 +0200 Subject: [PATCH] took out git ignore since we run in a temp folder anyway) --- autodeploy/setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index c414449..ee8529b 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -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"