1
0
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:
Vladimir Volek 2018-11-22 14:22:45 +01:00
parent 556b2be84f
commit cb54b8365a

View File

@ -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:
- beta
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths: