1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Show failed commits only when exists

This commit is contained in:
aycabta 2019-12-07 22:02:24 +09:00
parent 0ff84eda4e
commit be13b897ea

View file

@ -340,8 +340,10 @@ def sync_default_gems_with_commits(gem, range)
end
end
puts "---- failed commits ----"
puts failed_commits
unless failed_commits.empty?
puts "---- failed commits ----"
puts failed_commits
end
end
def sync_lib(repo)