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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-29 21:10:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-29 21:10:36 +0300
commit1bbd0179d7ed8fb17c0574aa74ef491e53c833a7 (patch)
treec74a9b9d8f7ad1cedb0995e10340820467a8ab6f /doc/ci/caching
parent4d3677a52dab1bb5c707ad493dcab8c8bca3dd8b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/caching')
-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 1822e610dad..09ecf565a83 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -167,7 +167,7 @@ job1:
The order of caches extraction is:
1. Retrieval attempt for `cache:key`
-1. Retrieval attemps for each entry in order in `fallback_keys`
+1. Retrieval attempts for each entry in order in `fallback_keys`
1. Retrieval attempt for the global fallback key in `CACHE_FALLBACK_KEY`
The cache extraction process stops after the first successful cache is retrieved.