mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"main": {
|
|
"enabled": 1,
|
|
"type": 1,
|
|
"hidden": false,
|
|
"description": "Build main branch",
|
|
"flake": "git://m7.rs/Foundry?ref=main",
|
|
"checkinterval": 60,
|
|
"schedulingshares": 100,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 1
|
|
},
|
|
"staging": {
|
|
"enabled": 1,
|
|
"type": 1,
|
|
"hidden": false,
|
|
"description": "Build staging branch",
|
|
"flake": "git://m7.rs/Foundry?ref=staging",
|
|
"checkinterval": 60,
|
|
"schedulingshares": 10,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 0
|
|
}
|
|
}
|