summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Niedzielski <adamsunday@gmail.com>2017-01-10 17:49:50 +0100
committerAdam Niedzielski <adamsunday@gmail.com>2017-01-10 17:49:50 +0100
commitfc6b9a10145b69e362eb91052f59a4abf1de051e (patch)
tree3df5e8f0c7edd28ccc2ddfb7075edb92ca67ab1f
parentbb02141e417ff21deb7707a806a313545bbdd5af (diff)
downloadgitlab-ce-do-not-remove-autodeploy-directory-when-fetching-ci-templates.tar.gz
Do not remove "autodeploy" directory when fetching CI templatesdo-not-remove-autodeploy-directory-when-fetching-ci-templates
-rw-r--r--lib/tasks/gitlab/update_templates.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/update_templates.rake b/lib/tasks/gitlab/update_templates.rake
index 4f76dad7286..b77a5bb62d1 100644
--- a/lib/tasks/gitlab/update_templates.rake
+++ b/lib/tasks/gitlab/update_templates.rake
@@ -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/
)
]