summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam Niedzielski <adamsunday@gmail.com>2017-04-12 14:38:59 +0200
committerAdam Niedzielski <adamsunday@gmail.com>2017-04-12 14:38:59 +0200
commit7dfeaabb5ac84a0a513a93ebdac2132810c225b5 (patch)
tree03ab64bf023bb70eea039ebbd1f525776552ec94 /lib
parentd59f48987baceb25aa87dc6d87551f68af4bb1ed (diff)
downloadgitlab-ce-7dfeaabb5ac84a0a513a93ebdac2132810c225b5.tar.gz
Include CONTRIBUTING.md file when importing .gitlab-ci.yml templatescontributing-ci-templates
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/update_templates.rake2
1 files changed, 1 insertions, 1 deletions
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