From 38dbb053b4cfc7ae2afdd492faad09b6dc9f40d1 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 4 Jul 2020 19:59:02 -0400 Subject: [PATCH] HW integration uses outdated binary #1570 ] not } } not ] --- .../build_current_bundle.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/misc/jenkins/functional_test_and_build_bundle/build_current_bundle.sh b/misc/jenkins/functional_test_and_build_bundle/build_current_bundle.sh index 064115348e..12053649bb 100644 --- a/misc/jenkins/functional_test_and_build_bundle/build_current_bundle.sh +++ b/misc/jenkins/functional_test_and_build_bundle/build_current_bundle.sh @@ -22,7 +22,7 @@ cd firmware date "+%a %D %T.%2S" echo "$SCRIPT_NAME: will be Erasing chip" -[ -e flash_erase407.sh ] || { echo "NOT FOUND flash_erase.sh"; exit 1; ] +[ -e flash_erase407.sh ] || { echo "NOT FOUND flash_erase.sh"; exit 1; } echo "$SCRIPT_NAME: Erasing chip" sh flash_erase407.sh @@ -71,14 +71,6 @@ export BUNDLE_FULL_NAME="rusefi_bundle" sh misc/jenkins/build_working_folder.sh [ $? -eq 0 ] || { echo "$SCRIPT_NAME: ERROR: invoking build_working_folder.sh"; exit 1; } -echo "$SCRIPT_NAME: Building only console" -pwd -ls -zip "$ROOT_FOLDER/temp/rusefi_console.zip" "$ROOT_FOLDER/java_console_binary/rusefi_console.jar" "$ROOT_FOLDER/java_console/rusefi.xml" - -[ -e "$ROOT_FOLDER/temp/rusefi_console.zip" ] || { echo "CONSOLE ZIP FAILED"; exit 1; } - -echo "$SCRIPT_NAME: only console ready" echo "$SCRIPT_NAME: Going back to root folder" cd "$ROOT_FOLDER"