mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -22,8 +22,8 @@ module Backup
|
||||
end
|
||||
|
||||
args = []
|
||||
args += ['-parallel', @parallel.to_s] if type == :create && @parallel
|
||||
args += ['-parallel-storage', @parallel_storage.to_s] if type == :create && @parallel_storage
|
||||
args += ['-parallel', @parallel.to_s] if @parallel
|
||||
args += ['-parallel-storage', @parallel_storage.to_s] if @parallel_storage
|
||||
|
||||
@stdin, stdout, @thread = Open3.popen2(ENV, bin_path, command, '-path', backup_repos_path, *args)
|
||||
|
||||
|
Reference in New Issue
Block a user