ci/legacy: don't build bootloader twice

(script/cibuild already does it)
pull/748/head
Pavol Rusnak 5 years ago
parent f4385ede2a
commit 07cdebeb9b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -186,7 +186,6 @@ legacy fw regular build:
script:
- cd legacy
- pipenv run script/cibuild
- pipenv run make -C bootloader
- pipenv run make -C demo
- cd ..
- export VERSION=$(./tools/version.sh legacy/firmware/version.h)

Loading…
Cancel
Save