summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-06-03 09:05:36 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-06-03 09:05:36 -0700
commit97c3bd9738cc6d5a2770de3b8b65453f14c1b081 (patch)
tree0ef25e2c84f03165a80c027b3baea047711fe062
parent37020da19dab7086a8efcb98b13de5d56a88e9c5 (diff)
downloadchef-lcg/retry-bundle-install.tar.gz
rubygems is horriblelcg/retry-bundle-install
retry installing bundler three times
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index dc520a4578..5609648cb1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,7 +25,7 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- - gem install bundler --quiet --no-ri --no-rdoc
+ - gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc
- gem install rubygems-pkg/rubygems-update-2.4.6.gem
- update_rubygems
- gem --version