Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 21:08:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 21:08:32 +0300
commitf3e7bc80608c100227030030a6a601897f8e4ff9 (patch)
tree65afc2ae0ee2ccf7cf8d4efbf44077f816cade09 /doc/ci/README.md
parenteea1fbf9f980fed108601412b63e627d3eebd46d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 806d4dba3cd..8b512754945 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -71,7 +71,7 @@ available through the UI. You can use them by creating a new file,
choosing a template that suits your application, and adjusting it
to your needs:
-![Use a .gitlab-ci.yml template](img/add_file_template_11_10.png)
+![Use a `.gitlab-ci.yml` template](img/add_file_template_11_10.png)
For a broader overview, see the [CI/CD getting started](quick_start/README.md) guide.
@@ -108,7 +108,7 @@ GitLab CI/CD supports numerous configuration options:
| [Pipeline 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. |
-| [Optimize GitLab and Runner for large repositories](large_repositories/index.md) | Recommended strategies for handling large repos. |
+| [Optimize GitLab and Runner for large repositories](large_repositories/index.md) | Recommended strategies for handling large repositories. |
| [`.gitlab-ci.yml` full reference](yaml/README.md) | All the attributes you can use with GitLab CI/CD. |
Note that certain operations can only be performed according to the