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>2021-07-18 18:08:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-18 18:08:39 +0300
commit98fea0165d8e52f6d226d6c31b0f70fc76071320 (patch)
tree9a55c4c45fefe823bed91cf4750c7299cc9b8378
parenta105cb58fd75b36c7ff11e9c5d92eb5d6b6adc93 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/ci/yaml/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/index.md b/doc/ci/yaml/index.md
index c9d111238b9..c2b8ef50e6a 100644
--- a/doc/ci/yaml/index.md
+++ b/doc/ci/yaml/index.md
@@ -2565,7 +2565,7 @@ Use `cache:when` to define when to save the cache, based on the status of the jo
- `on_failure`: Save the cache only when the job fails.
- `always`: Always save the cache.
-**Example of `cache:untracked`**:
+**Example of `cache:when`**:
```yaml
rspec: