diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-04-09 03:01:30 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-04-09 03:01:30 +0000 |
commit | a4a7344515ec67a5d24b27176ed5ef113730f714 (patch) | |
tree | 1619dfc6a1ec3e07d0fa25d76359938401e291ba /doc/ci | |
parent | b17d459b3a16854fdb8446acda23d8c956bef7e4 (diff) | |
download | gitlab-ce-a4a7344515ec67a5d24b27176ed5ef113730f714.tar.gz |
Docs: Update predefined_variables.md to fix anchor
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/variables/predefined_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/predefined_variables.md b/doc/ci/variables/predefined_variables.md index 00884610e07..846c539daab 100644 --- a/doc/ci/variables/predefined_variables.md +++ b/doc/ci/variables/predefined_variables.md @@ -36,7 +36,7 @@ future GitLab releases.** | `CI_COMMIT_TAG` | 9.0 | 0.5 | The commit tag name. Present only when building tags. | | `CI_COMMIT_TITLE` | 10.8 | all | The title of the commit - the full first line of the message | | `CI_CONFIG_PATH` | 9.4 | 0.5 | The path to CI config file. Defaults to `.gitlab-ci.yml` | -| `CI_DEBUG_TRACE` | all | 1.7 | Whether [debug tracing](../README.md#debug-tracing) is enabled | +| `CI_DEBUG_TRACE` | all | 1.7 | Whether [debug tracing](README.md#debug-tracing) is enabled | | `CI_DEPLOY_PASSWORD` | 10.8 | all | Authentication password of the [GitLab Deploy Token][gitlab-deploy-token], only present if the Project has one related.| | `CI_DEPLOY_USER` | 10.8 | all | Authentication username of the [GitLab Deploy Token][gitlab-deploy-token], only present if the Project has one related.| | `CI_DISPOSABLE_ENVIRONMENT` | all | 10.1 | Marks that the job is executed in a disposable environment (something that is created only for this job and disposed of/destroyed after the execution - all executors except `shell` and `ssh`). If the environment is disposable, it is set to true, otherwise it is not defined at all. | |