1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

ci: do not store resources for frozen builds

This commit is contained in:
matejcik 2020-01-17 16:46:42 +01:00
parent e2fd2c35ff
commit 34332cc294

View File

@ -110,7 +110,6 @@ core unix frozen regular build:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths:
- core/build/unix/micropython
- core/src/trezor/res/resources.py
expire_in: 1 week
core unix frozen btconly debug build:
@ -127,7 +126,6 @@ core unix frozen btconly debug build:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths:
- core/build/unix/micropython-bitcoinonly
- core/src/trezor/res/resources.py
expire_in: 1 week
core unix frozen debug build: