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:
parent
0ff84eda4e
commit
be13b897ea
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue