summaryrefslogtreecommitdiff
path: root/lib/backup
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-14 12:06:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-14 12:06:14 +0000
commite464f195ff5debc3e9aad0f8c4537404b92019c6 (patch)
tree9efe381ffb9d8c9bceb3cced1e27b6b59dc6298b /lib/backup
parent5ff1b520badaa2da217416964709f49f3ede350a (diff)
downloadgitlab-ce-e464f195ff5debc3e9aad0f8c4537404b92019c6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/backup')
-rw-r--r--lib/backup/repository.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/backup/repository.rb b/lib/backup/repository.rb
index 22ed1d8e7b4..c87466de357 100644
--- a/lib/backup/repository.rb
+++ b/lib/backup/repository.rb
@@ -80,7 +80,6 @@ module Backup
Project.find_each(batch_size: 1000) do |project|
progress.print " * #{project.full_path} ... "
path_to_project_bundle = path_to_bundle(project)
- project.ensure_storage_path_exists
restore_repo_success = nil
if File.exist?(path_to_project_bundle)