Commit e798ee71 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'do-not-remove-autodeploy-directory-when-fetching-ci-templates' into 'master'

Do not remove "autodeploy" directory when fetching CI templates

See merge request !8517
parents e4cde428 fc6b9a10
...@@ -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