Skip to content

Commit

Permalink
Get vagrant plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 1, 2025
1 parent c2419f3 commit 36b3a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ else
error "VirtualBox/Libvirt command line wasn't installed"
fi
export VAGRANT_DEFAULT_PROVIDER
info "Get vagrant plugin list"
vagrant plugin list

info "Validating Vagrant operation"
pushd "$(mktemp -d)"
Expand All @@ -123,7 +125,6 @@ if vagrant up >/dev/null; then
fi
vagrant destroy -f
else
vagrant plugin list
error "Vagrant couldn't run the box"
fi
popd
Expand Down

0 comments on commit 36b3a1d

Please sign in to comment.