mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Try more times to fetch from rubygems.org
Of the last 14 build failures, 6 of them were because of bad_record_mac. Hopefully retrying more will work around this.
This commit is contained in:
parent
fd0073dfef
commit
ad6f681486
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ if RUBY_ENGINE == "rbx"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Try installing a few times in case we hit the "bad_record_mac" ssl error during installation.
|
# Try installing a few times in case we hit the "bad_record_mac" ssl error during installation.
|
||||||
3.times do
|
10.times do
|
||||||
begin
|
begin
|
||||||
Bundler::CLI.start(["install", "--gemfile=tools/Gemfile", "--path", target, "--clean"])
|
Bundler::CLI.start(["install", "--gemfile=tools/Gemfile", "--path", target, "--clean"])
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue