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: ...@@ -456,13 +456,13 @@ an application-specific deploy script:
```yaml ```yaml
image: docker:stable image: docker:stable
services: services:
- docker:dind - docker:dind
stages: stages:
- build - build
- test - test
- release - release
- deploy - deploy
variables: variables:
DOCKER_HOST: tcp://docker:2375 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