summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2018-10-06 09:51:46 -0700
committerPhil Dibowitz <phil@ipom.com>2018-10-06 09:53:05 -0700
commitbd778ba65b513022c00db00a0ffd2ec6f888b023 (patch)
tree006d9b6501ee093cecb6c65cd8907dda99b82f1b
parenta6db1405bb2e242e892e95eab58bcde0bdae6085 (diff)
downloadohai-bd778ba65b513022c00db00a0ffd2ec6f888b023.tar.gz
[appveyer] make appveyor retry bundle install
Straight copy of https://github.com/chef/chef/pull/3015 to Ohai. Signed-off-by: Phil Dibowitz <phil@ipom.com>
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d10cf7be..02e50b5f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,7 +24,7 @@ install:
- bundler --version
build_script:
- - bundle install
+ - bundle install || bundle install || bundle install
test_script:
- bundle exec rspec