diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-29 14:44:08 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-29 14:44:08 +0200 |
commit | f742ddeebe9c5ee61b1e4f2af372ae3d6f7c35b1 (patch) | |
tree | b0a65df653fafb4840d2f143496694c334b14e99 /doc/ci/services | |
parent | e1e6dd76f525fe05b158e774a486e8a0160a1489 (diff) | |
download | gitlab-ce-f742ddeebe9c5ee61b1e4f2af372ae3d6f7c35b1.tar.gz |
Reorganize CI sections and give descriptive names to links
Diffstat (limited to 'doc/ci/services')
-rw-r--r-- | doc/ci/services/README.md | 12 |
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) |