From 447694900b9a18de5d981face911e3e0a61d0eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 12 May 2024 17:01:18 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/check.rhai | 7 ------- 1 file changed, 7 deletions(-) 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 - }); }