Do not remove "autodeploy" directory when fetching CI templates
This commit is contained in:
parent
bb02141e41
commit
fc6b9a1014
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
)
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue