added vagrant build

This commit is contained in:
jon brookes 2025-08-04 21:44:28 +01:00
parent 2997f0252a
commit 6eabd40021
8 changed files with 240 additions and 12 deletions

View file

@ -0,0 +1,11 @@
[
{
"name": "pre-requisties",
"function": "RunCommand",
"params": [
"./scripts/vagrant_check_prerequisites.sh"
],
"retryCount": 0,
"shouldAbort": true
}
]