summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron BrĂ¼lisauer <aaron.bruelisauer@automatic-server.com>2019-04-23 08:51:30 +0000
committerAaron BrĂ¼lisauer <aaron.bruelisauer@automatic-server.com>2019-04-23 08:51:30 +0000
commit814232ed8930e1c2e7be792b27cd995822fde86a (patch)
tree02144cd7e86d708a00e96c6349786477fcd3cfa5
parent30940ccd242dcd05d7205f75af2c16e8dc4ae769 (diff)
downloadgitlab-ce-814232ed8930e1c2e7be792b27cd995822fde86a.tar.gz
fix include example
no leading slash at project reference
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 2e85e34f17b..54fc7865dd1 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2061,7 +2061,7 @@ from another project:
```yaml
include:
- template: Bash.gitlab-ci.yml
- - project: /group/my-project
+ - project: group/my-project
file: /templates/docker-workflow.yml
```