Do not build beta and stable for dev environment

pull/287/head
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 8f4c986646
commit 2c4b32539c

@ -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…
Cancel
Save