include local: remove superfluous ":"

This commit is contained in:
Elan Ruusamäe 2019-05-06 08:38:55 +00:00
parent 8b55b794cb
commit 3ad5156eec
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: