Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
4bff3b6d
Commit
4bff3b6d
authored
6 years ago
by
Alessio Caiazza
Committed by
Achilleas Pipinellis
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document git requirements for GIT_SUBMODULE_STRATEGY=recursive
parent
c0fafb6b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-1
No files found.
doc/ci/yaml/README.md
View file @
4bff3b6d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment