infctl-cli/pipelines/dev/vagrant-k3s.json

12 lines
223 B
JSON
Raw Normal View History

2025-08-04 21:44:28 +01:00
[
{
"name": "pre-requisties",
"function": "RunCommand",
"params": [
"./scripts/vagrant_check_prerequisites.sh"
],
"retryCount": 0,
"shouldAbort": true
}
]