Vagrant boxes (#905)

This commit is contained in:
Roey Darwish Dror
2022-04-23 15:09:54 +03:00
committed by GitHub
parent 020a0619b8
commit 14809322b4
4 changed files with 91 additions and 1 deletions

View File

@@ -392,6 +392,7 @@ fn run() -> Result<()> {
}
}
}
runner.execute(Step::Vagrant, "Vagrant boxes", || vagrant::upgrade_vagrant_boxes(&ctx))?;
if !runner.report().data().is_empty() {
print_separator("Summary");