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:
authorSander Boom <sander@inflowmotion.nl>2015-10-21 23:52:17 +0300
committerSander Boom <sander@inflowmotion.nl>2015-10-21 23:52:17 +0300
commit38a93a25f394283d36d5d4e2f4bc5166a6dfbedd (patch)
tree57302051bce8cec132b0c6e1797c45645ea1f2f1 /doc/ci/docker/using_docker_images.md
parent323b6eb19630ddfd73e98e39cd91758df615be71 (diff)
Fixed linting error 'variables should be a map of key-valued strings'
Diffstat (limited to 'doc/ci/docker/using_docker_images.md')
-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