took out git ignore since we run in a temp folder anyway)
This commit is contained in:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user