This commit is contained in:
2024-05-31 14:00:58 +02:00
parent dc68bd8d10
commit 2a021609b7
4 changed files with 114 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ fn conditions() {
let got = http_get_json(`http://gitea-http.${global::DOMAIN}-ci.svc:3000/api/v1/orgs/${org}/repos`, headers);
repos += git.map(|p| p.name);
repos.sort();
log_info(`Found ${repo.len} repos`);
log_info(`Found ${repos.len} repos`);
}
json_encode(#{
repos: repos