Commit 5517058a authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-ci-cleanup-1' into 'master'

Clean up warnings in ci caching doc

See merge request gitlab-org/gitlab!48570
parents 3bb8640c 7326b8a1
This diff is collapsed.
...@@ -190,7 +190,7 @@ be more efficient, but can also make pipelines harder to understand and analyze. ...@@ -190,7 +190,7 @@ be more efficient, but can also make pipelines harder to understand and analyze.
### Caching ### Caching
Another optimization method is to [cache](../caching/index.md) dependencies. If your Another optimization method is to [cache](../caching/index.md) dependencies. If your
dependencies change rarely, like [NodeJS `/node_modules`](../caching/index.md#caching-nodejs-dependencies), dependencies change rarely, like [NodeJS `/node_modules`](../caching/index.md#cache-nodejs-dependencies),
caching can make pipeline execution much faster. caching can make pipeline execution much faster.
You can use [`cache:when`](../yaml/README.md#cachewhen) to cache downloaded dependencies You can use [`cache:when`](../yaml/README.md#cachewhen) to cache downloaded dependencies
......
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