1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci/legacy: don't build bootloader twice

(script/cibuild already does it)
This commit is contained in:
Pavol Rusnak 2019-11-10 14:38:19 +01:00
parent f4385ede2a
commit 07cdebeb9b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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)