Fix indentation in CI yaml

This commit is contained in:
pityonline 2018-06-13 14:54:19 +08:00
parent 434efdacd6
commit 273ee0e402
No known key found for this signature in database
GPG key ID: 89C97C8DF02C633E

View file

@ -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/` to itself in an infinite loop:
```
```yaml
pages:
stage: deploy
script:
@ -131,7 +131,7 @@ if you set it per-job:
```yaml
before_script:
- global before script
- global before script
job:
before_script:
@ -442,11 +442,11 @@ For example:
```yaml
stages:
- build
- cleanup_build
- test
- deploy
- cleanup
- build
- cleanup_build
- test
- deploy
- cleanup
build_job:
stage: build