diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-25 01:31:02 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-25 01:31:02 +0200 |
commit | d18fd3f6489ad2a8065f8ddd80ca51100eb50b5e (patch) | |
tree | 1e809b9c4f694e20e9cc7dff06a9cb7f2f56aef2 /doc/ci | |
parent | e74affcfa84acaddc236d6dfed7be1a61470dc0e (diff) | |
parent | 350d65503f0fa34ae397942578c5ea8b2a46a629 (diff) | |
download | gitlab-ce-d18fd3f6489ad2a8065f8ddd80ca51100eb50b5e.tar.gz |
Merge branch 'master' into ci_triggers_docsci_triggers_docs
Diffstat (limited to 'doc/ci')
-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 |