1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

Added environment link in CI

This commit is contained in:
Vladimir Volek 2018-11-16 15:16:24 +01:00
parent a764066742
commit 90c266349d

View File

@ -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'