diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-06-16 10:39:17 +0200 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-06-20 14:48:28 -0500 |
commit | 96ae6099dd5921ae32139a206d598043520fb506 (patch) | |
tree | d8d2fdcecbffa8139b566ccdaca83e1c7ad02e74 /lib | |
parent | 8039856d80ce710f69af611f58857b29b74712b4 (diff) | |
download | gitlab-ce-96ae6099dd5921ae32139a206d598043520fb506.tar.gz |
Run rake gitlab:update_templates
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/gitlab/update_templates.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |