From 7dfeaabb5ac84a0a513a93ebdac2132810c225b5 Mon Sep 17 00:00:00 2001 From: Adam Niedzielski Date: Wed, 12 Apr 2017 14:38:59 +0200 Subject: Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates --- lib/tasks/gitlab/update_templates.rake | 2 +- vendor/gitlab-ci-yml/CONTRIBUTING.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 vendor/gitlab-ci-yml/CONTRIBUTING.md diff --git a/lib/tasks/gitlab/update_templates.rake b/lib/tasks/gitlab/update_templates.rake index dbdfb335a5c..cb2adc81c9d 100644 --- a/lib/tasks/gitlab/update_templates.rake +++ b/lib/tasks/gitlab/update_templates.rake @@ -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 diff --git a/vendor/gitlab-ci-yml/CONTRIBUTING.md b/vendor/gitlab-ci-yml/CONTRIBUTING.md new file mode 100644 index 00000000000..6e5160a2487 --- /dev/null +++ b/vendor/gitlab-ci-yml/CONTRIBUTING.md @@ -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. -- cgit v1.2.1