Commit 0910dfb9 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'patch-17' into 'master'

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

See merge request gitlab-org/gitlab-ce!28112
parents 9a6e3c0c 3ad5156e
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment