Commit 8589920a authored by Nick Thomas's avatar Nick Thomas

Fix conflict in RepositoryImportWorker

parent 010cfda2
......@@ -25,13 +25,10 @@ class RepositoryImportWorker
project.repository.after_import
project.import_finish
<<<<<<< HEAD
# Explicitly schedule mirror for update so
# that upstream remote is created and fetched
project.import_schedule if project.mirror?
=======
>>>>>>> ce/master
rescue ImportError => ex
fail_import(project, ex.message)
raise
......
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