From 96ae6099dd5921ae32139a206d598043520fb506 Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Thu, 16 Jun 2016 10:39:17 +0200 Subject: Run rake gitlab:update_templates --- lib/tasks/gitlab/update_templates.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') diff --git a/lib/tasks/gitlab/update_templates.rake b/lib/tasks/gitlab/update_templates.rake index 90b1a64ed5a..14277fe4c4b 100644 --- a/lib/tasks/gitlab/update_templates.rake +++ b/lib/tasks/gitlab/update_templates.rake @@ -43,7 +43,7 @@ namespace :gitlab do ), Template.new( "https://gitlab.com/gitlab-org/gitlab-ci-yml.git", - /(\.{1,2}|LICENSE|Pages|\.gitignore)\z/ + /(\.{1,2}|LICENSE|Pages|\.gitlab-ci.yml)\z/ )] def vendor_directory -- cgit v1.2.1