ci: Use branch for vagrant-spec

This commit is contained in:
Paul Hinze 2022-04-06 16:31:33 -05:00
parent 9d553412ee
commit a6184cf431
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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