rake导入项目
This commit is contained in:
parent
40a987116f
commit
95f98710d6
|
@ -28,7 +28,7 @@ namespace :sync_outer_repo do
|
||||||
end
|
end
|
||||||
puts "sync outer repository to gitlink Success repo: #{row[5]} username: #{row[0]}"
|
puts "sync outer repository to gitlink Success repo: #{row[5]} username: #{row[0]}"
|
||||||
rescue Exception => e
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue