From b034efa75f6d0dada9026368f10b93f013c43515 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 1 Sep 2024 23:30:19 -0400 Subject: [PATCH] https://github.com/rusefi/fw-custom-example/issues/14 --- compile_firmware.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_firmware.sh b/compile_firmware.sh index 91eebe11..888acc4b 100755 --- a/compile_firmware.sh +++ b/compile_firmware.sh @@ -4,5 +4,6 @@ export EXTRA_LIVE_DATA_FILE=",../../../board_extra.yaml" # todo: code reuse with manual-generate-meta-data.sh? export META_OUTPUT_ROOT_FOLDER="../../../generated/" +export AUTOMATION_REF=`git branch --show-current` cd ext/rusefi/firmware/ bash bin/compile.sh ../../../meta-info.env