summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-12 20:29:54 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-12 23:57:50 +0200
commit54a49a06584e5fbd1f7f36b63cc330188bc3a581 (patch)
tree85b4abefad7267859969c803e75bac0fb0eaa84a
parenta1a2ce4af4abddea64f909997c4a214dd2c04aa3 (diff)
downloadgitlab-ce-54a49a06584e5fbd1f7f36b63cc330188bc3a581.tar.gz
Expose URL under environments when triggering a docs review app
Useful as it will be shown directly in the MR
-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