diff --git a/share/gitea-tekton-org/check.rhai b/share/gitea-tekton-org/check.rhai index f05a4c1..ec3b9e5 100644 --- a/share/gitea-tekton-org/check.rhai +++ b/share/gitea-tekton-org/check.rhai @@ -8,11 +8,4 @@ fn check_gitea() { } fn pre_check() { 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 - }); }