summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-04-28 23:35:15 +0000
committerEvan Read <eread@gitlab.com>2019-04-28 23:35:15 +0000
commitfa9eab02cf49d80e32bc9e8e33d54985af4f42b3 (patch)
treee60d0286602fa324425ab016e51666fb99935c9a
parent65e1b8f23d0417d28654285f56dbaf56a1e40717 (diff)
parent814232ed8930e1c2e7be792b27cd995822fde86a (diff)
downloadgitlab-ce-fa9eab02cf49d80e32bc9e8e33d54985af4f42b3.tar.gz
Merge branch 'master' into 'master'
fix include example See merge request gitlab-org/gitlab-ce!27571
-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
```