Commit 54a49a06 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Expose URL under environments when triggering a docs review app

Useful as it will be shown directly in the MR
parent a1a2ce4a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment