mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
fixed 创建仓库开通建木DevOps log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user