16 lines
230 B
JSON
16 lines
230 B
JSON
{
|
|
"builders": [
|
|
{"type": "dummy"},
|
|
{"type": "dummy", "name": "foo"}
|
|
],
|
|
|
|
"post-processors": [{
|
|
"type": "atlas",
|
|
"only": ["dummy"]
|
|
}],
|
|
|
|
"push": {
|
|
"name": "foo/bar"
|
|
}
|
|
}
|