mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
ci: do not store resources for frozen builds
This commit is contained in:
parent
e2fd2c35ff
commit
34332cc294
@ -110,7 +110,6 @@ core unix frozen regular build:
|
|||||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
- core/build/unix/micropython
|
- core/build/unix/micropython
|
||||||
- core/src/trezor/res/resources.py
|
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix frozen btconly debug build:
|
core unix frozen btconly debug build:
|
||||||
@ -127,7 +126,6 @@ core unix frozen btconly debug build:
|
|||||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
- core/build/unix/micropython-bitcoinonly
|
- core/build/unix/micropython-bitcoinonly
|
||||||
- core/src/trezor/res/resources.py
|
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix frozen debug build:
|
core unix frozen debug build:
|
||||||
|
Loading…
Reference in New Issue
Block a user