From a6184cf4313f04cad3ced4d8cd0f7bc06153166c Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 6 Apr 2022 16:31:33 -0500 Subject: [PATCH] ci: Use branch for vagrant-spec --- test/vagrant-spec/scripts/ubuntu-install-vagrant.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/vagrant-spec/scripts/ubuntu-install-vagrant.sh b/test/vagrant-spec/scripts/ubuntu-install-vagrant.sh index 974fe9bf3..34b6b9310 100755 --- a/test/vagrant-spec/scripts/ubuntu-install-vagrant.sh +++ b/test/vagrant-spec/scripts/ubuntu-install-vagrant.sh @@ -35,6 +35,11 @@ popd # Install vagrant-spec git clone https://github.com/hashicorp/vagrant-spec.git pushd vagrant-spec + +# TEMP: We are using a branch of vagrant-spec while we stabilize the changes +# necessary. Once this branch lands we can remove this line and build from main. +git checkout vagrant-ruby + gem build vagrant-spec.gemspec gem install vagrant-spec*.gem popd