diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-27 06:06:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-27 06:06:30 +0000 |
commit | 529bc7e23ba25fb310c73a3d47759bfdd8b97a0a (patch) | |
tree | 56183a9fbb29deaf3817384466aa781ced95ceac /doc/ci/pipelines.md | |
parent | e8baeb7fcba39c9af1b8a02163c12ce28173ae7b (diff) | |
download | gitlab-ce-529bc7e23ba25fb310c73a3d47759bfdd8b97a0a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/pipelines.md')
-rw-r--r-- | doc/ci/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index e5f2701c6ae..a8d785fe184 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -28,7 +28,7 @@ If all the jobs in a stage: - Fail, the next stage is not (usually) executed and the pipeline ends early. NOTE: **Note:** -If you have a [mirrored repository that GitLab pulls from](../workflow/repository_mirroring.md#pulling-from-a-remote-repository-starter), +If you have a [mirrored repository that GitLab pulls from](../user/project/repository/repository_mirroring.md#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**. |