Commit 7dfeaabb authored by Adam Niedzielski's avatar Adam Niedzielski

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

parent d59f4898
...@@ -44,7 +44,7 @@ namespace :gitlab do ...@@ -44,7 +44,7 @@ namespace :gitlab do
), ),
Template.new( Template.new(
"https://gitlab.com/gitlab-org/gitlab-ci-yml.git", "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 ].freeze
......
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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment