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