summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Boom <sander@inflowmotion.nl>2015-10-21 22:52:17 +0200
committerSander Boom <sander@inflowmotion.nl>2015-10-21 22:52:17 +0200
commit38a93a25f394283d36d5d4e2f4bc5166a6dfbedd (patch)
tree57302051bce8cec132b0c6e1797c45645ea1f2f1
parent323b6eb19630ddfd73e98e39cd91758df615be71 (diff)
downloadgitlab-ce-38a93a25f394283d36d5d4e2f4bc5166a6dfbedd.tar.gz
Fixed linting error 'variables should be a map of key-valued strings'
-rw-r--r--doc/ci/docker/using_docker_images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md
index 191e3a8144d..ef8a7ec1e86 100644
--- a/doc/ci/docker/using_docker_images.md
+++ b/doc/ci/docker/using_docker_images.md
@@ -90,7 +90,7 @@ you need to set MYSQL_ALLOW_EMPTY_PASSWORD.
- mysql
variables:
- MYSQL_ALLOW_EMPTY_PASSWORD: yes
+ MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
```
For other possible configuration variables check the