Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2018-09-07 23:25:35 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-09-07 23:25:35 +0300
commit4bff3b6d35c5c82d6bd0b2c6fa7c819ba21d2ca7 (patch)
tree311b89ce230dd7c0bef5d95a1d527faba2b70697 /doc
parentc0fafb6bb1b54acd0c5def073c468d98a15c4232 (diff)
Document git requirements for GIT_SUBMODULE_STRATEGY=recursive
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index d89705e8ead..72b90ac6334 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1456,7 +1456,9 @@ There are three possible values: `none`, `normal`, and `recursive`:
```
- `recursive` means that all submodules (including submodules of submodules)
- will be included. It is equivalent to:
+ will be included. This feature needs Git v1.8.1 and later. When using a
+ GitLab Runner with an executor not based on Docker, make sure the Git version
+ meets that requirement. It is equivalent to:
```
git submodule sync --recursive