mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
gitlab: use prefix for prebuild targets
This commit is contained in:
parent
7cf22c5227
commit
9f7228a763
@ -38,13 +38,13 @@ image: registry.corp.sldev.cz/trezor/trezor-firmware/environment
|
||||
before_script:
|
||||
- pipenv install
|
||||
|
||||
style:
|
||||
prebuild style:
|
||||
stage: prebuild
|
||||
script:
|
||||
- pipenv run make style_check
|
||||
- cd core && pipenv run make templates_check # TODO
|
||||
|
||||
common:
|
||||
prebuild common:
|
||||
stage: prebuild
|
||||
script:
|
||||
- cd common
|
||||
|
Loading…
Reference in New Issue
Block a user