diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-12-05 14:24:56 -0800 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-12-05 14:24:56 -0800 |
commit | 0ba1efbb05fb3ed2cbbaf646b7fae5b9098c3021 (patch) | |
tree | b5316ef39f4807265bc1a378e6c471325b753af9 | |
parent | 632f60cc76c1b2cd91a079ca8538d59fa28c9818 (diff) | |
download | gitlab-ce-0ba1efbb05fb3ed2cbbaf646b7fae5b9098c3021.tar.gz |
Link to the gitlab-ci.yml file of GitLab itself.meta-example
-rw-r--r-- | doc/ci/README.md | 1 |
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) |