diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-27 06:08:10 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-27 06:08:10 +0000 |
commit | f772bfe30596265c0ee7de7970e821352e764e0c (patch) | |
tree | d1553bb08a47b63a5bd4e650b45996245823f2b3 /doc | |
parent | eaa4c07484704aab1cca90d96fc018783883fc24 (diff) | |
download | gitlab-ce-f772bfe30596265c0ee7de7970e821352e764e0c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/caching/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md index b6518c87e13..a85c096db70 100644 --- a/doc/ci/caching/index.md +++ b/doc/ci/caching/index.md @@ -59,7 +59,7 @@ Caches: - Are stored where the Runner is installed **and** uploaded to S3 if [distributed cache is enabled](https://docs.gitlab.com/runner/configuration/autoscale.html#distributed-runners-caching). - If defined per job, are used: - By the same job in a subsequent pipeline. - - By subsequent jobs in the same pipeline, if the they have identical dependencies. + - By subsequent jobs in the same pipeline, if they have identical dependencies. Artifacts: |