diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-25 10:50:29 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-25 10:50:38 +0200 |
commit | 692eb3f84e912bd586f923bd87737bd15ae3b750 (patch) | |
tree | 93161346e0ab6744b137441123a1ec106964ad7c /doc/user | |
parent | 68af55c3f93be79841957ff12b736e104fdc40de (diff) | |
download | gitlab-ce-692eb3f84e912bd586f923bd87737bd15ae3b750.tar.gz |
Capitalize Gitdklischies/gitlab-ce-master
[ci skip]
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/new_ci_build_permissions_model.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/new_ci_build_permissions_model.md b/doc/user/project/new_ci_build_permissions_model.md index 608475116a1..60b7bec2ba7 100644 --- a/doc/user/project/new_ci_build_permissions_model.md +++ b/doc/user/project/new_ci_build_permissions_model.md @@ -254,7 +254,7 @@ test: This will make GitLab CI initialize (fetch) and update (checkout) all your submodules recursively. -If git does not use the newly added relative URLs but still uses your old URLs, +If Git does not use the newly added relative URLs but still uses your old URLs, you might need to add `git submodule sync --recursive` to your `.gitlab-ci.yml`, prior to running `git submodule update --init --recursive`. This transfers the changes from your `.gitmodules` file into the `.git` folder, which is kept by |