mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Remove unused variable in repository import
This commit is contained in:
@@ -16,7 +16,7 @@ class RepositoryImportWorker
|
||||
end
|
||||
else
|
||||
begin
|
||||
import_result = gitlab_shell.import_repository(project.path_with_namespace, project.import_url)
|
||||
gitlab_shell.import_repository(project.path_with_namespace, project.import_url)
|
||||
rescue Gitlab::Shell::Error => e
|
||||
project.update(import_error: e.message)
|
||||
project.import_fail
|
||||
|
||||
Reference in New Issue
Block a user