Make manual-generate-meta-data.sh use meta-info.env
This commit is contained in:
parent
21b1432f8a
commit
44d1903bb1
|
@ -5,9 +5,11 @@
|
||||||
# open issue is GitHub Action should be invoking this script in order to reduce existing code duplication
|
# open issue is GitHub Action should be invoking this script in order to reduce existing code duplication
|
||||||
#
|
#
|
||||||
|
|
||||||
|
BUNDLE_NAME="$(grep "SHORT_BOARD_NAME=" ./meta-info.env | cut -d'=' -f2)"
|
||||||
|
|
||||||
export META_OUTPUT_ROOT_FOLDER=../../../generated/
|
export META_OUTPUT_ROOT_FOLDER=../../../generated/
|
||||||
|
|
||||||
cd ext/rusefi/firmware/
|
cd ext/rusefi/firmware/
|
||||||
|
|
||||||
# todo: use meta-info.txt
|
# todo: use meta-info.txt
|
||||||
bash gen_config_board.sh ../../.. XXX
|
bash gen_config_board.sh ../../.. ${BUNDLE_NAME}
|
||||||
|
|
Loading…
Reference in New Issue