|
|
|
@@ -19,6 +19,7 @@ class MigrateRemoteRepositoryJob < ApplicationJob |
|
|
|
else |
|
|
|
user_id = repo&.project.user_id |
|
|
|
end |
|
|
|
puts "############ mirror project_id,user_id: #{project_id},#{user_id} ############" |
|
|
|
OpenProjectDevOpsJob.perform_later(project_id, user_id) if project_id.present? && user_id.present? |
|
|
|
puts "############ mirror status: #{repo.mirror.status} ############" |
|
|
|
else |
|
|
|
|