Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-12 21:29:54 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-13 00:57:50 +0300
commit54a49a06584e5fbd1f7f36b63cc330188bc3a581 (patch)
tree85b4abefad7267859969c803e75bac0fb0eaa84a /.gitlab-ci.yml
parenta1a2ce4af4abddea64f909997c4a214dd2c04aa3 (diff)
Expose URL under environments when triggering a docs review app
Useful as it will be shown directly in the MR
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f27d809af3c..61810f5c458 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,6 +191,8 @@ review-docs-deploy:
stage: build
environment:
name: review-docs/$CI_COMMIT_REF_NAME
+ # The URL must end in /ce
+ url: http://$CI_COMMIT_REF_SLUG-built-from-ce-ee.$DOCS_REVIEW_APPS_DOMAIN/ce
on_stop: review-docs-cleanup
script:
- gem install gitlab --no-doc