mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
Prepare gitlab configs
This commit is contained in:
parent
0aa1cb75ed
commit
f0e45b6c33
@ -40,17 +40,15 @@ build beta:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- yarn run build:beta
|
- yarn run build:beta
|
||||||
when: manual
|
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 month
|
expire_in: 1 month
|
||||||
paths:
|
paths:
|
||||||
- build/beta
|
- build/beta
|
||||||
|
|
||||||
build production:
|
build stable:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- yarn run build:stable
|
- yarn run build:stable
|
||||||
when: manual
|
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 month
|
expire_in: 1 month
|
||||||
paths:
|
paths:
|
||||||
@ -73,3 +71,33 @@ deploy review:
|
|||||||
- branches
|
- branches
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
deploy stage beta:
|
||||||
|
stage: deploy
|
||||||
|
variables:
|
||||||
|
GIT_STRATEGY: none
|
||||||
|
when:
|
||||||
|
- manual
|
||||||
|
dependencies:
|
||||||
|
- build beta
|
||||||
|
script:
|
||||||
|
- echo "Deploy staging beta version"
|
||||||
|
only:
|
||||||
|
- beta
|
||||||
|
tags:
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
deploy stage stable:
|
||||||
|
stage: deploy
|
||||||
|
variables:
|
||||||
|
GIT_STRATEGY: none
|
||||||
|
when:
|
||||||
|
- manual
|
||||||
|
dependencies:
|
||||||
|
- build stable
|
||||||
|
script:
|
||||||
|
- echo "Deploy staging stable version"
|
||||||
|
only:
|
||||||
|
- stable
|
||||||
|
tags:
|
||||||
|
- deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user