未验证 提交 273ee0e4 编写于 作者: P pityonline

Fix indentation in CI yaml

上级 434efdac
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册