summaryrefslogtreecommitdiff
path: root/doc/ci/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-05 22:46:13 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-05 22:46:13 +0100
commit4c7c66a93e656dea6d3357261f253f470467bb34 (patch)
tree1357a3fa7292152c34438886f1c62321a676ca5b /doc/ci/README.md
parent07c3d2cafab4045f19849217f7e2e1a2b3a708d0 (diff)
downloadgitlab-ce-4c7c66a93e656dea6d3357261f253f470467bb34.tar.gz
Fix dead links, add example of debug trace output, simplify titles
[ci skip]
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 f7fb56cb76a..daa5405d0f2 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -11,7 +11,8 @@
- [Configure a Runner, the application that runs your builds](runners/README.md)
- [Use Docker images with GitLab Runner](docker/using_docker_images.md)
- [Use CI to build Docker images](docker/using_docker_build.md)
-- [Learn how to use variables in your build scripts](variables/README.md)
+- [CI Variables](variables/README.md) - Learn how to use variables defined in
+ your `.gitlab-ci.yml` or secured ones defined in your project's settings
- [Use SSH keys in your build environment](ssh_keys/README.md)
- [Trigger builds through the API](triggers/README.md)
- [Build artifacts](../user/project/builds/artifacts.md)