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
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-11-25 16:41:14 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 19:25:24 +0300
commit4f074aaa14faa8a866f18a80f58b66cd023a141f (patch)
treee71668439dd0680336630f57dbdb356eb99e57f1 /doc/ci/services/README.md
parent033947de90163aeadf0b1ae2c0f5be1b8529088b (diff)
Introduce CI documentation for services and languages
Diffstat (limited to 'doc/ci/services/README.md')
-rw-r--r--doc/ci/services/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md
new file mode 100644
index 00000000000..0550e9435a3
--- /dev/null
+++ b/doc/ci/services/README.md
@@ -0,0 +1,6 @@
+## GitLab CI Services
+
++ [Using MySQL](mysql.md)
++ [Using PostgreSQL](postgres.md)
++ [Using Redis](redis.md)
++ [Using Other Services](../docker/using_docker_images.html#how-to-use-other-images-as-services)