summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-12-05 14:24:56 -0800
committerSytse Sijbrandij <sytse@gitlab.com>2015-12-05 14:24:56 -0800
commit0ba1efbb05fb3ed2cbbaf646b7fae5b9098c3021 (patch)
treeb5316ef39f4807265bc1a378e6c471325b753af9
parent632f60cc76c1b2cd91a079ca8538d59fa28c9818 (diff)
downloadgitlab-ce-meta-example.tar.gz
Link to the gitlab-ci.yml file of GitLab itself.meta-example
-rw-r--r--doc/ci/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 97325069ceb..1746ea6dd4f 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -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)