diff options
author | Evan Read <eread@gitlab.com> | 2019-04-28 23:35:15 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-04-28 23:35:15 +0000 |
commit | fa9eab02cf49d80e32bc9e8e33d54985af4f42b3 (patch) | |
tree | e60d0286602fa324425ab016e51666fb99935c9a /doc/ci | |
parent | 65e1b8f23d0417d28654285f56dbaf56a1e40717 (diff) | |
parent | 814232ed8930e1c2e7be792b27cd995822fde86a (diff) | |
download | gitlab-ce-fa9eab02cf49d80e32bc9e8e33d54985af4f42b3.tar.gz |
Merge branch 'master' into 'master'
fix include example
See merge request gitlab-org/gitlab-ce!27571
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
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 ``` |