diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-02-02 06:47:09 +0000 |
---|---|---|
committer | Marcel Amirault <ravlen@gmail.com> | 2019-02-02 06:47:09 +0000 |
commit | d4255d08dcbe346ef6e35d3ea289b8cecec08c94 (patch) | |
tree | eb3e52695bdf4cbb51001527c97473bc66584f94 /doc/ci/yaml | |
parent | c12863322595e77b03a5a089ff079bf13574a57b (diff) | |
download | gitlab-ce-d4255d08dcbe346ef6e35d3ea289b8cecec08c94.tar.gz |
Fix pulling from remote rep references
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 4c39b14b1d0..df14376dd36 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -11,7 +11,7 @@ If you want a quick introduction to GitLab CI, follow our [quick start guide](../quick_start/README.md). NOTE: **Note:** -If you have a [mirrored repository where GitLab pulls from](https://docs.gitlab.com/ee/workflow/repository_mirroring.html#pulling-from-a-remote-repository), +If you have a [mirrored repository where GitLab pulls from](https://docs.gitlab.com/ee/workflow/repository_mirroring.html#pulling-from-a-remote-repository-starter), you may need to enable pipeline triggering in your project's **Settings > Repository > Pull from a remote repository > Trigger pipelines for mirror updates**. |