Do not remove "autodeploy" directory when fetching CI templates

This commit is contained in:
Adam Niedzielski 2017-01-10 17:49:50 +01:00
parent bb02141e41
commit fc6b9a1014

View file

@ -44,7 +44,7 @@ namespace :gitlab do
),
Template.new(
"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/
)
]