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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
d4b61b32
Commit
d4b61b32
authored
Jan 12, 2022
by
Eric Rosenberg
Committed by
Marcel Amirault
Jan 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc/ci/git_submodules.md
parent
ee36eb85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/ci/git_submodules.md
doc/ci/git_submodules.md
+11
-0
No files found.
doc/ci/git_submodules.md
View file @
d4b61b32
...
...
@@ -64,3 +64,14 @@ If you use the [`CI_JOB_TOKEN`](jobs/ci_job_token.md) to clone a submodule in a
pipeline job, the user executing the job must be assigned to a role that has
[
permission
](
../user/permissions.md#gitlab-cicd-permissions
)
to trigger a pipeline
in the upstream submodule project.
## Troubleshooting
### Can't find the `.gitmodules` file
The
`.gitmodules`
file might be hard to find because it is usually a hidden file.
You can check documentation for your specific OS to learn how to find and display
hidden files.
If there is no
`.gitmodules`
file, it's possible the submodule settings are in a
[
gitconfig
](
https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-config
)
file.
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