Added environment link in CI

pull/287/head
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 878cf6fa48
commit 53acce3611

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