Commit b7370450 authored by James Lopez's avatar James Lopez

this should fix also old stuck in started mirrors

parent f08e3b12
......@@ -500,8 +500,8 @@ class Project < ActiveRecord::Base
import_retry
else
import_start
RepositoryUpdateMirrorWorker.perform_async(self.id)
end
RepositoryUpdateMirrorWorker.perform_async(self.id)
end
def mark_import_as_failed(error_message)
......
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