mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
Added environment link in CI
This commit is contained in:
parent
a764066742
commit
90c266349d
@ -18,7 +18,6 @@ lint:
|
||||
flow:
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
- yarn run flow
|
||||
|
||||
unit:
|
||||
@ -65,6 +64,9 @@ deploy review:
|
||||
GIT_STRATEGY: none
|
||||
dependencies:
|
||||
- build development
|
||||
environment:
|
||||
name: $CI_BUILD_REF_NAME
|
||||
url: $BASE_REVIEW_URL/$CI_BUILD_REF_NAME
|
||||
script:
|
||||
- echo "Deploy a review app"
|
||||
- '[ -z "${DEPLOY_BASE_DIR}" ] && echo "Deploy base dir cannot be empty" && exit 255'
|
||||
|
Loading…
Reference in New Issue
Block a user