Commit fc6b9a10 authored by Adam Niedzielski's avatar Adam Niedzielski

Do not remove "autodeploy" directory when fetching CI templates

parent bb02141e
...@@ -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|\.gitlab-ci.yml)\z/ /(\.{1,2}|LICENSE|Pages|autodeploy|\.gitlab-ci.yml)\z/
) )
] ]
......
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