diff options
author | Tymoteusz Motylewski <t.motylewski@gmail.com> | 2019-09-03 18:08:53 +0000 |
---|---|---|
committer | Tymoteusz Motylewski <t.motylewski@gmail.com> | 2019-09-03 18:08:53 +0000 |
commit | b2f56dffaf9bdddaddf6e526f1ed755792060bbc (patch) | |
tree | 20e6a03534791afadceb6b29cc4ef619e74b9e5f /doc/ci/large_repositories | |
parent | b23e42b0105a23c4c127f6cdd7893663a3db0c82 (diff) | |
download | gitlab-ce-b2f56dffaf9bdddaddf6e526f1ed755792060bbc.tar.gz |
Update large repositories, remove duplicated text
Diffstat (limited to 'doc/ci/large_repositories')
-rw-r--r-- | doc/ci/large_repositories/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/large_repositories/index.md b/doc/ci/large_repositories/index.md index 29d649ad717..b1359537fca 100644 --- a/doc/ci/large_repositories/index.md +++ b/doc/ci/large_repositories/index.md @@ -84,7 +84,7 @@ Fork workflow from GitLab Runner's perspective is stored as a separate repositor with separate worktree. That means that GitLab Runner cannot optimize the usage of worktrees and you might have to instruct GitLab Runner to use that. -In such cases, ideally you want to make the GitLab Runner executor be used only used only +In such cases, ideally you want to make the GitLab Runner executor be used only for the given project and not shared across different projects to make this process more efficient. |