Merge branch 'fix/indentation-issue' into 'master'

Fix indentation for artifacts example in docs

See merge request gitlab-org/gitlab-ce!20971
This commit is contained in:
Rémy Coutable 2018-08-02 10:03:03 +00:00
commit eed31ddcef
1 changed files with 2 additions and 2 deletions

View File

@ -962,8 +962,8 @@ the binaries directory:
```yaml
job:
artifacts:
name: "$CI_COMMIT_REF_NAME"
artifacts:
name: "$CI_COMMIT_REF_NAME"
paths:
- binaries/
```