summaryrefslogtreecommitdiff
path: root/doc/ci/README.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-12-23 11:22:46 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2015-12-23 11:22:46 +0000
commit1607fba755691dbe0846d9c48e6960eee06d7f3a (patch)
tree94edf2ec667c7b4e9662f6d8346e3c40083d99e9 /doc/ci/README.md
parent2803b6e84e94bb3a8d85ea9e29aeade450c842a7 (diff)
parent0ba1efbb05fb3ed2cbbaf646b7fae5b9098c3021 (diff)
downloadgitlab-ce-1607fba755691dbe0846d9c48e6960eee06d7f3a.tar.gz
Merge branch 'meta-example' into 'master'
Link to the gitlab-ci.yml file of GitLab itself. I'm hunting for this link from time to time in customer demo's so I think it is useful to add. /cc @ayufan See merge request !1993
Diffstat (limited to 'doc/ci/README.md')
-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 5d9d7a81db3..965b007bedb 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -24,6 +24,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)