hydra: add data required by new GiteaStatus plugin

pull/53/head
Sebastien Bourdeauducq 2021-05-13 15:41:28 +08:00
parent 10e6220703
commit 5bd75bcbd2
1 changed files with 5 additions and 1 deletions

View File

@ -181,7 +181,11 @@
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast:generated-nix", "emailresponsible": false },
"zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false },
"artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "emailresponsible": false }
"artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "emailresponsible": false },
"gitea_repo_name": { "value": "artiq-zynq", "type": "string" },
"gitea_repo_owner": { "value": "m-labs", "type": "string" },
"gitea_status_repo": { "value": "artiq-zynq", "type": "string" }
}
}
}