Commit 9e40fb9f authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'master' into 'master'

docs: Correct YAML indentation

See merge request gitlab-org/gitlab-ce!21631
parents 5d6ada8c 207642fb
......@@ -456,13 +456,13 @@ an application-specific deploy script:
```yaml
image: docker:stable
services:
- docker:dind
- docker:dind
stages:
- build
- test
- release
- deploy
- build
- test
- release
- deploy
variables:
DOCKER_HOST: tcp://docker:2375
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment