mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
fix(hydra): fix branch syntax
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
|||||||
"type": 1,
|
"type": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"description": "Build main branch",
|
"description": "Build main branch",
|
||||||
"flake": "git://m7.rs/Foundry/main",
|
"flake": "git://m7.rs/Foundry?ref=main",
|
||||||
"checkinterval": 60,
|
"checkinterval": 60,
|
||||||
"schedulingshares": 100,
|
"schedulingshares": 100,
|
||||||
"enableemail": false,
|
"enableemail": false,
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"type": 1,
|
"type": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"description": "Build staging branch",
|
"description": "Build staging branch",
|
||||||
"flake": "git://m7.rs/Foundry/staging",
|
"flake": "git://m7.rs/Foundry?ref=staging",
|
||||||
"checkinterval": 60,
|
"checkinterval": 60,
|
||||||
"schedulingshares": 10,
|
"schedulingshares": 10,
|
||||||
"enableemail": false,
|
"enableemail": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user