summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Paik <rpaik@gitlab.com>2019-09-04 00:40:26 +0000
committerRay Paik <rpaik@gitlab.com>2019-09-04 00:40:26 +0000
commit7b98bbf6095d41e427f726a0f9d56a19a0159f6a (patch)
treee802a0ef721a7ef6ad6e34bd13a92c2572cd3095
parente4a1ac61605678b6cb58ff3399c14f321b3b36a2 (diff)
parentb2f56dffaf9bdddaddf6e526f1ed755792060bbc (diff)
downloadgitlab-ce-7b98bbf6095d41e427f726a0f9d56a19a0159f6a.tar.gz
Merge branch 'patch-74' into 'master'
Update large repositories, remove duplicated text See merge request gitlab-org/gitlab-ce!32605
-rw-r--r--doc/ci/large_repositories/index.md2
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.