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
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-29 15:50:08 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-29 15:50:08 +0300
commit9e3c78724b0dce1e77bab2ef5384fdeee07f66ae (patch)
treed213f8feb12f91bf4b7f3a4201f39458043d6247 /doc/ci/yaml
parentf742ddeebe9c5ee61b1e4f2af372ae3d6f7c35b1 (diff)
Link to examples page
[ci skip]
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 0edb56dc20e..051eaa04152 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -518,3 +518,10 @@ You can find the link under `/ci/lint` of your gitlab instance.
If your commit message contains `[ci skip]`, the commit will be created but the
builds will be skipped.
+
+## Examples
+
+Visit the [examples README][examples] to see a list of examples using GitLab
+CI with various languages.
+
+[examples]: ../examples/README.md