From 53acce361117754aa8ee2e035285854f912f0fcf Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 16 Nov 2018 15:16:24 +0100 Subject: [PATCH] Added environment link in CI --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7a00e1a..b1a6b0c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'