From dbec1a4182b2fe9dddbd8f5db6089fedf0bdc81c Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 18 Feb 2020 15:16:29 -0800 Subject: [PATCH] Ensure bundler exists --- .ci/spec/build-vagrant-spec.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/spec/build-vagrant-spec.sh b/.ci/spec/build-vagrant-spec.sh index 714aec949..192db32bc 100755 --- a/.ci/spec/build-vagrant-spec.sh +++ b/.ci/spec/build-vagrant-spec.sh @@ -2,6 +2,7 @@ git clone git@github.com:hashicorp/vagrant-spec.git cd vagrant-spec +gem install bundle bundle install gem build vagrant-spec.gemspec # Assumes this is being run in the same workspace as the main vagrant repo