From 814232ed8930e1c2e7be792b27cd995822fde86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aaron=20Br=C3=BClisauer?= Date: Tue, 23 Apr 2019 08:51:30 +0000 Subject: fix include example no leading slash at project reference --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.1