fix
This commit is contained in:
@@ -8,11 +8,4 @@ fn check_gitea() {
|
|||||||
}
|
}
|
||||||
fn pre_check() {
|
fn pre_check() {
|
||||||
check_gitea();
|
check_gitea();
|
||||||
let ing = get_ingress(`${global::DOMAIN}-ci`, "gitea");
|
|
||||||
let sc = list_storage_class();
|
|
||||||
save_to_tf("/tmp/toto.tf", "conditions", #{
|
|
||||||
have_gitea: have_install(`${global::DOMAIN}-ci`, "gitea"),
|
|
||||||
gitea_url: ing.spec.rules[0].host,
|
|
||||||
storage_class: sc.items[0].metadata.name
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user