1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

gitlab: use prefix for prebuild targets

This commit is contained in:
Pavol Rusnak 2019-04-26 18:06:10 +02:00
parent 7cf22c5227
commit 9f7228a763
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -38,13 +38,13 @@ image: registry.corp.sldev.cz/trezor/trezor-firmware/environment
before_script: before_script:
- pipenv install - pipenv install
style: prebuild style:
stage: prebuild stage: prebuild
script: script:
- pipenv run make style_check - pipenv run make style_check
- cd core && pipenv run make templates_check # TODO - cd core && pipenv run make templates_check # TODO
common: prebuild common:
stage: prebuild stage: prebuild
script: script:
- cd common - cd common