diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-08 21:35:25 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-08 21:35:25 +0200 |
commit | 4ea0f06470620064c5d23e28c778f83296aeb551 (patch) | |
tree | 9559d3dabf4c4a010dde1abacbfbfa83f3e49053 /doc/ci/services/README.md | |
parent | cf44dc510786775a1303384d858eb0a7bf33c34f (diff) | |
download | gitlab-ce-4ea0f06470620064c5d23e28c778f83296aeb551.tar.gz |
Fix wrong naming of services keyword [ci skip]
Diffstat (limited to 'doc/ci/services/README.md')
-rw-r--r-- | doc/ci/services/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md index 0856b7679c2..1ebb0a4a250 100644 --- a/doc/ci/services/README.md +++ b/doc/ci/services/README.md @@ -1,6 +1,6 @@ ## GitLab CI Services -GitLab CI uses the `service` keyword to define what docker containers should be +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) |