diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-29 12:54:28 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-29 12:54:28 +0000 |
commit | 9a7690f9e29fc31161e4ca94b4a44c035d84c02e (patch) | |
tree | d213f8feb12f91bf4b7f3a4201f39458043d6247 /doc/ci/yaml | |
parent | 17251cf447c5a7d2823d892e6dc1c4b27a268a25 (diff) | |
parent | 9e3c78724b0dce1e77bab2ef5384fdeee07f66ae (diff) | |
download | gitlab-ce-9a7690f9e29fc31161e4ca94b4a44c035d84c02e.tar.gz |
Merge branch 'ci_examples' into 'master'
Improve discoverability for CI examples
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13410
See merge request !3008
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r-- | doc/ci/yaml/README.md | 7 |
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 |