diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-18 08:36:40 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-18 08:36:40 +0100 |
commit | 039aae662e1838cf91d4e2e344c897317bd078c6 (patch) | |
tree | bea328bd52e8e7373dc35bad3d259dc97eaac96e /doc/ci/environments.md | |
parent | 54c1cca8191e44f6df40b3076dd99c2b36c4f1e6 (diff) | |
download | gitlab-ce-039aae662e1838cf91d4e2e344c897317bd078c6.tar.gz |
Add note pointing to limitations section in environments.md
[ci skip]
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 697cdadada0..3cb0f139f19 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -235,7 +235,7 @@ will help us achieve that. As the name suggests, it is possible to create environments on the fly by just declaring their names dynamically in `.gitlab-ci.yml`. Dynamic environments is -the base of [Review apps](review_apps.md). +the basis of [Review apps](review_apps.md). GitLab Runner exposes various [environment variables][variables] when a job runs, and as such, you can use them as environment names. Let's add another job in @@ -344,6 +344,10 @@ review_app: It is assumed that the user has already setup NGINX and GitLab Runner in the server this job will run on. +>**Note:** +Be sure to check out the [limitations](#limitations) section for some edge +cases regarding naming of you branches and Review Apps. + --- The development workflow would now be: |