Merge branch 'patch-7' into 'master'
Fix wrong link Not a big one, just fix a wrong link to internal page. See merge request !7597
This commit is contained in:
commit
ecef3da450
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ will help us achieve that.
|
||||||
|
|
||||||
As the name suggests, it is possible to create environments on the fly by just
|
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
|
declaring their names dynamically in `.gitlab-ci.yml`. Dynamic environments is
|
||||||
the basis of [Review apps](review_apps.md).
|
the basis of [Review apps](review_apps/index.md).
|
||||||
|
|
||||||
GitLab Runner exposes various [environment variables][variables] when a job runs,
|
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
|
and as such, you can use them as environment names. Let's add another job in
|
||||||
|
|
Loading…
Reference in a new issue