Commit 207642fb authored by Cam's avatar Cam

Correct YAML indentation

parent 30227f8e
...@@ -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