diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-07-03 11:06:52 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-03 11:06:52 +0000 |
commit | ff0438fc6f89db14f3732558e8ddeeaa831e547f (patch) | |
tree | 3ab01f57906db1be8b3812f8bb518f293daeab5d /doc/ci/README.md | |
parent | 792af55fd455a4b1eb3f63d582925c40ab2b141d (diff) | |
download | gitlab-ce-ff0438fc6f89db14f3732558e8ddeeaa831e547f.tar.gz |
Move images to their own dirs
- Move images to each corresponding img/ folder
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index da864a0b3cc..d851a56ee0e 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -81,6 +81,7 @@ GitLab CI/CD supports numerous configuration options: | [Git submodules for CI/CD](git_submodules.md) | Configure jobs for using Git submodules.| | [SSH keys for CI/CD](ssh_keys/README.md) | Using SSH keys in your CI pipelines. | | [Pipelines triggers](triggers/README.md) | Trigger pipelines through the API. | +| [Pipelines for Merge Requests](merge_request_pipelines/index.md) | Design a pipeline structure for running a pipeline in merge requests. | | [Integrate with Kubernetes clusters](../user/project/clusters/index.md) | Connect your project to Google Kubernetes Engine (GKE) or an existing Kubernetes cluster. | | [GitLab Runner](https://docs.gitlab.com/runner/) | Configure your own GitLab Runners to execute your scripts. | | [Optimize GitLab and Runner for large repositories](large_repositories/index.md) | Recommended strategies for handling large repos. | |