diff options
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index aef6e69b7a6..a1f5513d88e 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -25,10 +25,11 @@ ### Examples -* [Test and deploy Ruby applications to Heroku](examples/test-and-deploy-ruby-application-to-heroku.md) -* [Test and deploy Python applications to Heroku](examples/test-and-deploy-python-application-to-heroku.md) -* [Test Clojure applications](examples/test-clojure-application.md) -* Help your favorite programming language and GitLab by sending a merge request with a guide for that language. ++ [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml) ++ [Test and deploy Ruby applications to Heroku](examples/test-and-deploy-ruby-application-to-heroku.md) ++ [Test and deploy Python applications to Heroku](examples/test-and-deploy-python-application-to-heroku.md) ++ [Test Clojure applications](examples/test-clojure-application.md) ++ Help your favorite programming language and GitLab by sending a merge request with a guide for that language. ### Administrator documentation |