diff options
author | Evan Read <eread@gitlab.com> | 2019-06-07 08:00:41 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-07 08:00:41 +0000 |
commit | a1816ff0e60ad7546c9f4e28e86e502c951bb0ca (patch) | |
tree | bb010c77fd33f22a744aa08f56d0c5e8de882416 /doc/ci/environments.md | |
parent | a80c6a68b542a33808315e7c2871cd48c1245391 (diff) | |
download | gitlab-ce-a1816ff0e60ad7546c9f4e28e86e502c951bb0ca.tar.gz |
SSoT audit fixes
Implements part of the single source of truth audit
fixes for the CI section.
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 9f930833093..f2661c4bafd 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -92,7 +92,7 @@ deploy_staging: - master ``` -We have defined 3 [stages](yaml/README.md#stages): +We have defined three [stages](yaml/README.md#stages): - `test` - `build` @@ -135,7 +135,7 @@ In summary, with the above `.gitlab-ci.yml` we have achieved the following: > the name given in `.gitlab-ci.yml` (with any variables expanded), while the > second is a "cleaned-up" version of the name, suitable for use in URLs, DNS, > etc. - +> > Starting with GitLab 9.3, the environment URL is exposed to the Runner via > `$CI_ENVIRONMENT_URL`. The URL is expanded from `.gitlab-ci.yml`, or if > the URL was not defined there, the external URL from the environment is used. |