Commit 3ad5156e authored by Elan Ruusamäe's avatar Elan Ruusamäe

include local: remove superfluous ":"

parent 8b55b794
...@@ -2078,8 +2078,8 @@ of the `group/my-project`: ...@@ -2078,8 +2078,8 @@ of the `group/my-project`:
```yaml ```yaml
include: include:
- local: : /templates/docker-build.yml - local: /templates/docker-build.yml
- local: : /templates/docker-testing.yml - local: /templates/docker-testing.yml
``` ```
Our `/templates/docker-build.yml` present in `group/my-project` adds a `docker-build` job: 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