diff options
| author | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-31 18:41:37 +0200 |
|---|---|---|
| committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-06 11:28:54 +0200 |
| commit | 3c9686c96d46d1cd743179f5d3da179e4de6a428 (patch) | |
| tree | aeb6bd7579a57f2b8d167bc929b70463a539397e /doc/ci/environments.md | |
| parent | bb6b73cf3c64a6f963e6afc657cab937db46564b (diff) | |
| download | gitlab-ce-3c9686c96d46d1cd743179f5d3da179e4de6a428.tar.gz | |
Rename Secret variables -> variables
Diffstat (limited to 'doc/ci/environments.md')
| -rw-r--r-- | doc/ci/environments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 7f034409580..3c6db8b050d 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -249,7 +249,7 @@ the basis of [Review apps](review_apps/index.md). NOTE: **Note:** The `name` and `url` parameters can use most of the CI/CD variables, including [predefined](variables/README.md#predefined-variables-environment-variables), -[secret](variables/README.md#secret-variables) and +[project/group ones](variables/README.md#variables) and [`.gitlab-ci.yml` variables](yaml/README.md#variables). You however cannot use variables defined under `script` or on the Runner's side. There are also other variables that are unsupported in the context of `environment:name`. You can read more about |
