Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates

This commit is contained in:
Adam Niedzielski 2017-04-12 14:38:59 +02:00
parent d59f48987b
commit 7dfeaabb5a
2 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace :gitlab do
),
Template.new(
"https://gitlab.com/gitlab-org/gitlab-ci-yml.git",
/(\.{1,2}|LICENSE|Pages|autodeploy|\.gitlab-ci.yml)\z/
/(\.{1,2}|LICENSE|CONTRIBUTING.md|Pages|autodeploy|\.gitlab-ci.yml)\z/
)
].freeze

5
vendor/gitlab-ci-yml/CONTRIBUTING.md vendored Normal file
View File

@ -0,0 +1,5 @@
The canonical repository for `.gitlab-ci.yml` templates is
https://gitlab.com/gitlab-org/gitlab-ci-yml.
GitLab only mirrors the templates. Please submit your merge requests to
https://gitlab.com/gitlab-org/gitlab-ci-yml.