summaryrefslogtreecommitdiff
path: root/doc/ci/services/README.md
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 12:04:45 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-29 12:04:45 -0500
commit4f529a88065b39a488814a87b08086be54a2037c (patch)
treeea6b59775427f5cd41adf825ed6103170a97bd41 /doc/ci/services/README.md
parent45c29fa289bc27519a2fa076a155186d3ebf7b31 (diff)
parenteb9838d38bb38462b3f3f120c353817a4a09f6d6 (diff)
downloadgitlab-ce-4f529a88065b39a488814a87b08086be54a2037c.tar.gz
Merge branch 'master' into issue_13212issue_13212
Diffstat (limited to 'doc/ci/services/README.md')
-rw-r--r--doc/ci/services/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md
index 1ebb0a4a250..4b79461d55c 100644
--- a/doc/ci/services/README.md
+++ b/doc/ci/services/README.md
@@ -1,9 +1,9 @@
## GitLab CI Services
-GitLab CI uses the `services` keyword to define what docker containers should be
-linked with your base image. Below is a list of examples you may use.
+GitLab CI uses the `services` keyword to define what docker containers should
+be linked with your base image. Below is a list of examples you may use.
-+ [Using MySQL](mysql.md)
-+ [Using PostgreSQL](postgres.md)
-+ [Using Redis](redis.md)
-+ [Using Other Services](../docker/using_docker_images.md#how-to-use-other-images-as-services)
+- [Using MySQL](mysql.md)
+- [Using PostgreSQL](postgres.md)
+- [Using Redis](redis.md)
+- [Using Other Services](../docker/using_docker_images.md#how-to-use-other-images-as-services)