mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ci: fix release legacy btconly deploy
This commit is contained in:
parent
ae2d5813f0
commit
5440f1db27
@ -62,13 +62,13 @@ release legacy fw regular deploy:
|
|||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
legacy fw btconly deploy:
|
release legacy fw btconly deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
variables:
|
||||||
DEPLOY_DIRECTORY: "releases/firmwares"
|
DEPLOY_DIRECTORY: "releases/firmwares"
|
||||||
before_script: [] # no pipenv
|
before_script: [] # no pipenv
|
||||||
dependencies:
|
dependencies:
|
||||||
- legacy fw regular build
|
- legacy fw btconly build
|
||||||
script:
|
script:
|
||||||
- export VERSION=$(./tools/version.sh legacy/firmware/version.h)
|
- export VERSION=$(./tools/version.sh legacy/firmware/version.h)
|
||||||
- export NAME="trezor-fw-btconly-$VERSION-$CI_COMMIT_SHORT_SHA.bin"
|
- export NAME="trezor-fw-btconly-$VERSION-$CI_COMMIT_SHORT_SHA.bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user