mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
Do not build beta and stable for dev environment
This commit is contained in:
parent
556b2be84f
commit
cb54b8365a
@ -41,6 +41,8 @@ build beta:
|
||||
script:
|
||||
- yarn install
|
||||
- yarn run build:beta
|
||||
only:
|
||||
- beta
|
||||
artifacts:
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
@ -52,6 +54,8 @@ build stable:
|
||||
script:
|
||||
- yarn install
|
||||
- yarn run build:stable
|
||||
only:
|
||||
- beta
|
||||
artifacts:
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user