Commit dd709459 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-variables-link' into 'master'

Update links to variables docs

See merge request gitlab-org/gitlab!44372
parents d50d8d25 f366e6b1
...@@ -4137,10 +4137,10 @@ globally and per-job. ...@@ -4137,10 +4137,10 @@ globally and per-job.
There are two types of variables. There are two types of variables.
- [Custom variables](../variables/README.md#gitlab-cicd-environment-variables): - [Custom variables](../variables/README.md#custom-environment-variables):
You can define their values in the `.gitlab-ci.yml` file, in the GitLab UI, You can define their values in the `.gitlab-ci.yml` file, in the GitLab UI,
or by using the API. or by using the API.
- [Predefined variables](../variables/README.md#custom-environment-variables): - [Predefined variables](../variables/predefined_variables.md):
These values are set by the runner itself. These values are set by the runner itself.
One example is `CI_COMMIT_REF_NAME`, which is the branch or tag the project is built for. One example is `CI_COMMIT_REF_NAME`, which is the branch or tag the project is built for.
......
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