Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-28 08:56:15 +0300
committerEvan Read <eread@gitlab.com>2019-05-28 08:56:15 +0300
commit4dbf10164abf648fe0d68209976eedee501b7fa5 (patch)
tree735568a1ef8f7d571d61d4cde37d445d604c9663 /doc/ci
parent253997e11395673a7d101f854eef9e44496d1288 (diff)
parent89ef857dbe32e9349e30ebb6f083d74895b752fd (diff)
Merge branch 'patch-59' into 'master'
Docs: Remove stray full stop from the middle of the sentence See merge request gitlab-org/gitlab-ce!28403
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/caching/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md
index 3f72fe3e9eb..d703e106e76 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -100,7 +100,7 @@ From the perspective of the Runner, in order for cache to work effectively, one
of the following must be true:
- Use a single Runner for all your jobs.
-- Use multiple Runners (in autoscale mode or not) that use.
+- Use multiple Runners (in autoscale mode or not) that use
[distributed caching](https://docs.gitlab.com/runner/configuration/autoscale.html#distributed-runners-caching),
where the cache is stored in S3 buckets (like shared Runners on GitLab.com).
- Use multiple Runners (not in autoscale mode) of the same architecture that