summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-15 17:02:03 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-15 17:02:03 +0200
commit5b9acaeacff47530a81e7cd4467f58b76812ba71 (patch)
treea68ffafd4d6dcd39a461d3683288176b67ae073d
parent8fe3e352f6adea3af1948ffcb2a60600e51cec09 (diff)
downloadgitlab-ce-docs/ci-caching.tar.gz
Expose CI caching to CI readme index pagedocs/ci-caching
-rw-r--r--doc/ci/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index ca7266ac68f..3f4b344f784 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -62,6 +62,7 @@ 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)
+- [Caching dependencies](caching/index.md)
- [Git submodules](git_submodules.md) - How to run your CI jobs when Git
submodules are involved
- [Auto deploy](autodeploy/index.md)