Link to the gitlab-ci.yml file of GitLab itself.

This commit is contained in:
Sytse Sijbrandij 2015-12-05 14:24:56 -08:00
parent 632f60cc76
commit 0ba1efbb05

View file

@ -12,6 +12,7 @@
### Examples
+ [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)