summaryrefslogtreecommitdiff
path: root/doc/ci/yaml/README.md
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-04-02 15:28:48 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-04-02 15:28:48 +0000
commitc2d8d08da8324b5a743565a60b733d8144ba5d59 (patch)
treee46525dae88c9ad031620a99c37f939b42726957 /doc/ci/yaml/README.md
parent8b5c118da25c6cfb2a365d72335b290d5684a6d0 (diff)
parent1893625bbd71ba39bee436e84bbf6a42836c4534 (diff)
downloadgitlab-ce-c2d8d08da8324b5a743565a60b733d8144ba5d59.tar.gz
Merge branch 'docs/mirrored-repositories-for-pipelines-ce' into 'master'
Provide clarification on mirrored repositories for pipelines See merge request gitlab-org/gitlab-ce!18105
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r--doc/ci/yaml/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 9aa443fa69d..be114e7008e 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -10,6 +10,11 @@ of your repository and contains definitions of how your project should be built.
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),
+you may need to enable pipeline triggering in your project's
+**Settings > Repository > Pull from a remote repository > Trigger pipelines for mirror updates**.
+
## Jobs
The YAML file defines a set of jobs with constraints stating when they should