rusEFI console to compare current bundle against auto-DFU bundle #3266
This commit is contained in:
parent
bb093c5bd3
commit
60b361c914
|
@ -72,6 +72,7 @@ export FOLDER="temp/$FOLDER"
|
||||||
echo "$SCRIPT_NAME: folder variable3=$FOLDER"
|
echo "$SCRIPT_NAME: folder variable3=$FOLDER"
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
|
# DfuFlasher.java validates this prefix
|
||||||
export BUNDLE_FULL_NAME="rusefi_bundle"
|
export BUNDLE_FULL_NAME="rusefi_bundle"
|
||||||
bash misc/jenkins/build_working_folder.sh
|
bash misc/jenkins/build_working_folder.sh
|
||||||
[ $? -eq 0 ] || { echo "$SCRIPT_NAME: ERROR: invoking build_working_folder.sh"; exit 1; }
|
[ $? -eq 0 ] || { echo "$SCRIPT_NAME: ERROR: invoking build_working_folder.sh"; exit 1; }
|
||||||
|
|
Loading…
Reference in New Issue