fixed 创建仓库开通建木DevOps log
This commit is contained in:
parent
672107412b
commit
b2310fb98b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue