mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
ci: Use branch for vagrant-spec
This commit is contained in:
parent
9d553412ee
commit
a6184cf431
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue