Commit 0716e192 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs/fix-yaml-indentation' into 'master'

Fix indentation in CI yaml

See merge request gitlab-org/gitlab-ce!19737
parents 02c007bd 273ee0e4
...@@ -88,7 +88,7 @@ The example below simply moves all files from the root of the project to the ...@@ -88,7 +88,7 @@ The example below simply moves all files from the root of the project to the
`public/` directory. The `.public` workaround is so `cp` doesn't also copy `public/` directory. The `.public` workaround is so `cp` doesn't also copy
`public/` to itself in an infinite loop: `public/` to itself in an infinite loop:
``` ```yaml
pages: pages:
stage: deploy stage: deploy
script: script:
...@@ -131,7 +131,7 @@ if you set it per-job: ...@@ -131,7 +131,7 @@ if you set it per-job:
```yaml ```yaml
before_script: before_script:
- global before script - global before script
job: job:
before_script: before_script:
...@@ -442,11 +442,11 @@ For example: ...@@ -442,11 +442,11 @@ For example:
```yaml ```yaml
stages: stages:
- build - build
- cleanup_build - cleanup_build
- test - test
- deploy - deploy
- cleanup - cleanup
build_job: build_job:
stage: build stage: build
......
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