rake导入项目

This commit is contained in:
xiaoxiaoqiong 2022-05-27 14:26:53 +08:00
parent 40a987116f
commit 95f98710d6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace :sync_outer_repo do
end
puts "sync outer repository to gitlink Success repo: #{row[5]} username: #{row[0]}"
rescue Exception => e
puts "sync outer repository to gitlink Error repo: #{row[5]} username: #{row[0]}"
puts "sync outer repository to gitlink Error repo: #{row[5]} username: #{row[0]}, error:#{e}"
end
end
end