Commit bb0667ec authored by Spell Bot's avatar Spell Bot

Update index.md

TINY spelling/readability changes

-moved "we want"
-added "that" removed "to"
parent a8327f49
...@@ -491,8 +491,8 @@ job B: ...@@ -491,8 +491,8 @@ job B:
To fix that, use different `keys` for each job. To fix that, use different `keys` for each job.
In another case, let's assume you have more than one Runners assigned to your In another case, let's assume you have more than one Runners assigned to your
project, but the distributed cache is not enabled. We want the second time the project, but the distributed cache is not enabled. The second time the
pipeline is run, `job A` and `job B` to re-use their cache (which in this case pipeline is run, we want `job A` and `job B` to re-use their cache (which in this case
will be different): will be different):
```yaml ```yaml
...@@ -518,7 +518,7 @@ job B: ...@@ -518,7 +518,7 @@ job B:
``` ```
In that case, even if the `key` is different (no fear of overwriting), you In that case, even if the `key` is different (no fear of overwriting), you
might experience the cached files to "get cleaned" before each stage if the might experience that the cached files "get cleaned" before each stage if the
jobs run on different Runners in the subsequent pipelines. jobs run on different Runners in the subsequent pipelines.
## Clearing the cache ## Clearing the cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment