diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-12-05 21:48:21 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-12-05 21:48:21 +0000 |
commit | 4099b560794ec73f6d84f1d94c74f4358830c1f0 (patch) | |
tree | 6a6981ff274791a4f2b4ec583dfe40f993dd5216 /doc/ci/README.md | |
parent | 615eb1f007f6a92d5812735bc1087e429d5b913a (diff) | |
parent | 4c7c66a93e656dea6d3357261f253f470467bb34 (diff) | |
download | gitlab-ce-4099b560794ec73f6d84f1d94c74f4358830c1f0.tar.gz |
Merge branch 'docs/refactor-ci-variables' into 'master'
Refactor CI variables docs
See merge request !7751
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index db236ce2a66..73bd2516d46 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) -- [Use variables in your `.gitlab-ci.yml`](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) @@ -25,4 +26,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. |