summaryrefslogtreecommitdiff
path: root/doc/ci/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-25 14:41:16 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-25 14:41:46 +0100
commit07c3d2cafab4045f19849217f7e2e1a2b3a708d0 (patch)
treedd2aa2134e6e814a88b50b7d2572634bb5b89568 /doc/ci/README.md
parent02d843299f9b08289ff3069947f3c29ca5fa6f07 (diff)
downloadgitlab-ce-07c3d2cafab4045f19849217f7e2e1a2b3a708d0.tar.gz
Refactor CI variables docsdocs/refactor-ci-variables
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 545cc72682d..f7fb56cb76a 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -11,7 +11,7 @@
- [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)
-- [Use variables in your `.gitlab-ci.yml`](variables/README.md)
+- [Learn how to use variables in your build scripts](variables/README.md)
- [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)
@@ -24,4 +24,6 @@
## Breaking changes
-- [New CI build permissions model](../user/project/new_ci_build_permissions_model.md) Read about what changed in GitLab 8.12 and how that affects your builds. There's a new way to access your Git submodules and LFS objects in builds.
+- [New CI build permissions model](../user/project/new_ci_build_permissions_model.md)
+ Read about what changed in GitLab 8.12 and how that affects your builds.
+ There's a new way to access your Git submodules and LFS objects in builds.