Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-25 02:31:02 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-25 02:31:02 +0300
commitd18fd3f6489ad2a8065f8ddd80ca51100eb50b5e (patch)
tree1e809b9c4f694e20e9cc7dff06a9cb7f2f56aef2 /doc/ci
parente74affcfa84acaddc236d6dfed7be1a61470dc0e (diff)
parent350d65503f0fa34ae397942578c5ea8b2a46a629 (diff)
Merge branch 'master' into ci_triggers_docs
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/README.md9
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