We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ed768 commit d70d150Copy full SHA for d70d150
.buildkite/vagrant-run.sh
@@ -15,6 +15,7 @@ cleanup() {
15
echo --- ":vagrant: installing plugins"
16
plugins=(vagrant-google vagrant-env vagrant-scp)
17
for i in "${plugins[@]}"; do
18
+ vagrant plugin list --no-tty
19
if ! vagrant plugin list --no-tty | grep "$i"; then
20
vagrant plugin install "$i"
21
fi
0 commit comments