From d8277e7096ac187388899fac167cb5f92395d435 Mon Sep 17 00:00:00 2001 From: Ivan Nemytchenko Date: Tue, 19 Jul 2016 16:06:57 +0000 Subject: [PATCH] Defined id manually for .gitlab-ci.yml header so that autogenerated one from TocDoc is the same as one in our markdown --- doc/ci/yaml/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 31b4fd2669e5..f6cb137e8420 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -49,6 +49,7 @@ If you want a quick introduction to GitLab CI, follow our --- ## .gitlab-ci.yml +{: #gitlab-ci-yml} From version 7.12, GitLab CI uses a [YAML](https://en.wikipedia.org/wiki/YAML) file (`.gitlab-ci.yml`) for the project configuration. It is placed in the root -- GitLab