remove prepare_bundle

This commit is contained in:
David Holdeman 2024-02-14 22:01:35 -06:00 committed by rusefillc
parent 0a80fb2343
commit 9a15352a1b
2 changed files with 0 additions and 30 deletions

View File

@ -1,2 +0,0 @@
@echo off
sh.exe prepare_bundle.sh

View File

@ -1,28 +0,0 @@
#!/bin/bash
set -e
BUNDLE_NAME="$1"
export INI_FILE_OVERRIDE="$2"
REF_NAME=$3
SCRIPT_NAME="prepare_bundle.sh"
echo "Entering $SCRIPT_NAME with ${BUNDLE_NAME}"
pwd
echo "RUSEFI_BUILD_FTP_USER=$RUSEFI_BUILD_FTP_USER"
TIMESTAMP=$(date "+%Y%m%d_%H%M%S")
if [ "$4" = "true" ]; then
export FOLDER="temp/rusefi.${3}.${BUNDLE_NAME}"
else
export FOLDER="temp/rusefi.snapshot.${BUNDLE_NAME}"
fi
export BUNDLE_FULL_NAME="rusefi_bundle_${BUNDLE_NAME}"
bash misc/jenkins/build_working_folder.sh "${REF_NAME}"
pwd
echo "exiting $SCRIPT_NAME"