Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates
This commit is contained in:
parent
d59f48987b
commit
7dfeaabb5a
2 changed files with 6 additions and 1 deletions
|
@ -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
5
vendor/gitlab-ci-yml/CONTRIBUTING.md
vendored
Normal 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.
|
Loading…
Reference in a new issue