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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-15 12:30:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-21 20:25:32 +0300
commitd24ee39ebbe23bbf1269735ddc3aea8693343150 (patch)
tree324ed8bb0c4e7008de3b50f4f5fdcf915a70017f /doc/ci/README.md
parent0c375c8045f7169e4cead1568d60649039904054 (diff)
Gather info on CI/CD caching
- New cache page - Move manual cache clearing to the new page - Add all directives of cache in the yaml reference
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 532ae52a184..6aa0e5885db 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -65,7 +65,8 @@ learn how to leverage its potential even more.
environments and use them for different purposes like testing, building and
deploying
- [Job artifacts](../user/project/pipelines/job_artifacts.md)
-- [Git submodules](git_submodules.md): How to run your CI jobs when Git
+- [Caching dependencies](caching/index.md)
+- [Git submodules](git_submodules.md) - How to run your CI jobs when Git
submodules are involved
- [Use SSH keys in your build environment](ssh_keys/README.md)
- [Trigger pipelines through the GitLab API](triggers/README.md)