From 053d878fc21ddceaa3a99c7d28930980b0094fdb Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 2 Sep 2024 23:59:50 -0400 Subject: [PATCH] improving --- compile_firmware.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compile_firmware.sh b/compile_firmware.sh index 6227213..67514d1 100755 --- a/compile_firmware.sh +++ b/compile_firmware.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash -export META_OUTPUT_ROOT_FOLDER=$(realpath --relative-to=ext/rusefi/firmware generated) + + +export META_OUTPUT_ROOT_FOLDER=$(realpath --relative-to=ext/rusefi/firmware generated)/ echo "META_OUTPUT_ROOT_FOLDER=$META_OUTPUT_ROOT_FOLDER" + +export AUTOMATION_REF=`git branch --show-current` cd ext/rusefi/firmware/ bash bin/compile.sh ../../../meta-info.env