Commit 9a9e1e04 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 99ad6e19 fcfd12e0
...@@ -24,7 +24,7 @@ class GitGarbageCollectWorker ...@@ -24,7 +24,7 @@ class GitGarbageCollectWorker
task = task.to_sym task = task.to_sym
::Projects::GitDeduplicationService.new(project).execute ::Projects::GitDeduplicationService.new(project).execute if task == :gc
gitaly_call(task, project.repository.raw_repository) gitaly_call(task, project.repository.raw_repository)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment