ci: do not store resources for frozen builds

pull/796/head
matejcik 4 years ago
parent e2fd2c35ff
commit 34332cc294

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

Loading…
Cancel
Save