Commit 814232ed authored by Aaron Brülisauer's avatar Aaron Brülisauer

fix include example

no leading slash at project reference
parent 30940ccd
...@@ -2061,7 +2061,7 @@ from another project: ...@@ -2061,7 +2061,7 @@ from another project:
```yaml ```yaml
include: include:
- template: Bash.gitlab-ci.yml - template: Bash.gitlab-ci.yml
- project: /group/my-project - project: group/my-project
file: /templates/docker-workflow.yml file: /templates/docker-workflow.yml
``` ```
......
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