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

Squelch filter-branch warning and sleeping

This commit is contained in:
Nobuyoshi Nakada 2019-12-17 23:38:18 +09:00
parent ffa7ceceaf
commit 1b86309b04
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -310,6 +310,8 @@ def sync_default_gems_with_commits(gem, range)
failed_commits = []
ENV["FILTER_BRANCH_SQUELCH_WARNING"] = "1"
commits.each do |sha, subject|
puts "Pick #{sha} from #{$repositories[gem.to_sym]}."