11 lines
133 B
JSON
11 lines
133 B
JSON
|
{
|
||
|
"builders": [{
|
||
|
"type": "test"
|
||
|
}],
|
||
|
|
||
|
"provisioners": [{
|
||
|
"type": "test",
|
||
|
"only": ["foo"]
|
||
|
}]
|
||
|
}
|