Merge branch 'patch-17' into 'master'

doc/ci: include local: remove superfluous ":"

See merge request gitlab-org/gitlab-ce!28112
This commit is contained in:
Bob Van Landuyt 2019-05-07 09:57:05 +00:00
commit 0910dfb9d6
1 changed files with 2 additions and 2 deletions

View File

@ -2078,8 +2078,8 @@ of the `group/my-project`:
```yaml
include:
- local: : /templates/docker-build.yml
- local: : /templates/docker-testing.yml
- local: /templates/docker-build.yml
- local: /templates/docker-testing.yml
```
Our `/templates/docker-build.yml` present in `group/my-project` adds a `docker-build` job: