diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-03-27 04:17:02 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-27 04:17:02 +0000 |
commit | 8b42fe3b915512344d6ebb906983a77cad7cf6e2 (patch) | |
tree | 1cea470e63105f48e03f20487df7e98cc2e584bd /doc/ci/variables | |
parent | 5f0908bead7309354ae8d513ef85fb042ecd6b0a (diff) | |
download | gitlab-ce-8b42fe3b915512344d6ebb906983a77cad7cf6e2.tar.gz |
Docs: Fix more anchors, mostly pipeline related
Diffstat (limited to 'doc/ci/variables')
-rw-r--r-- | doc/ci/variables/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 4d15d58cb40..814185f7732 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -311,7 +311,7 @@ variables that were set, etc. Before enabling this, you should ensure jobs are visible to [team members only](../../user/permissions.md#project-features). You should -also [erase](../pipelines.md#seeing-job-status) all generated job traces +also [erase](../pipelines.md#accessing-individual-jobs) all generated job traces before making them visible again. To enable debug traces, set the `CI_DEBUG_TRACE` variable to `true`: |