summaryrefslogtreecommitdiff
path: root/doc/ci/docker/using_docker_build.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-30 14:51:36 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-30 14:51:36 +0900
commitbda3be53edaed35f79e2c8cfe9eb3ea6df138c66 (patch)
treeaa887bb5f3138d6b56c8862e5da734efa1af4de4 /doc/ci/docker/using_docker_build.md
parent4753cdccf5013511b80993838d30239b1f96c170 (diff)
downloadgitlab-ce-bda3be53edaed35f79e2c8cfe9eb3ea6df138c66.tar.gz
Remove trailing whitespacemarkdownlint-wildcard
Diffstat (limited to 'doc/ci/docker/using_docker_build.md')
-rw-r--r--doc/ci/docker/using_docker_build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md
index 7c173970324..730e46f994e 100644
--- a/doc/ci/docker/using_docker_build.md
+++ b/doc/ci/docker/using_docker_build.md
@@ -603,7 +603,7 @@ Below is an example of how your `.gitlab-ci.yml` should look like, assuming you
- docker run my-docker-image /script/to/run/tests
```
-If you forget to set the service alias the `docker:19.03.1` image won't find the
+If you forget to set the service alias the `docker:19.03.1` image won't find the
`dind` service, and an error like the following is thrown:
```sh