diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-19 11:55:27 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:26:30 +0100 |
commit | 1ccc69d0dc25e1b59e68e1737c217f3003b3b372 (patch) | |
tree | 24c8c2cca6f5b8907b2e3f794fc5ccd4b916e780 | |
parent | 50585cddb53c8cc28135a8c7a11f2d1cf02b9593 (diff) | |
download | gitlab-ce-1ccc69d0dc25e1b59e68e1737c217f3003b3b372.tar.gz |
Add Review apps link to CI README
-rw-r--r-- | doc/ci/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index 6b90940c047..545cc72682d 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -1,6 +1,6 @@ -## GitLab CI Documentation +# GitLab CI Documentation -### CI User documentation +## CI User documentation - [Get started with GitLab CI](quick_start/README.md) - [CI examples for various languages](examples/README.md) @@ -20,4 +20,8 @@ - [API](../api/ci/README.md) - [CI services (linked docker containers)](services/README.md) - [CI/CD pipelines settings](../user/project/pipelines/settings.md) -- [**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. +- [Review Apps](review_apps/index.md) + +## 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. |