mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-28 02:42:35 +00:00
Merge branch 'master' of github.com:satoshilabs/trezor-wallet
This commit is contained in:
commit
bae89543c2
@ -41,6 +41,8 @@ build beta:
|
|||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run build:beta
|
- yarn run build:beta
|
||||||
|
only:
|
||||||
|
- beta
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
paths:
|
paths:
|
||||||
@ -52,6 +54,8 @@ build stable:
|
|||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run build:stable
|
- yarn run build:stable
|
||||||
|
only:
|
||||||
|
- stable
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user