1
0
Fork 0
mirror of https://github.com/Luzifer/tasmota-build.git synced 2024-11-09 09:50:03 +00:00

Fix variable replacement

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-04-30 22:26:56 +02:00
parent af7cd5d09d
commit 2283ba5941
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -7,7 +7,8 @@ chown:
ci: full-clean default
build_%: download update_user-config_$* venv
build_%: download venv
$(MAKE) update_user-config_$*
cd tasmota && ../venv/bin/platformio run -e $*
mkdir -p build
cp tasmota/.pioenvs/$*/firmware.bin build/$*.bin