Browse Source

fixed 创建仓库开通建木DevOps log

pull/313/head
xxq250 3 years ago
parent
commit
b2310fb98b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/jobs/migrate_remote_repository_job.rb

+ 1
- 0
app/jobs/migrate_remote_repository_job.rb View File

@@ -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…
Cancel
Save