From aa1207a2dc4e093b4121088ab1bb511dbfb0493d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 6 May 2024 17:53:24 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/check.rhai | 1 + 1 file changed, 1 insertion(+) diff --git a/share/gitea-tekton-org/check.rhai b/share/gitea-tekton-org/check.rhai index 387ffe8..7335f69 100644 --- a/share/gitea-tekton-org/check.rhai +++ b/share/gitea-tekton-org/check.rhai @@ -1,6 +1,7 @@ const DOMAIN = config.domain; fn pre_check() { log_warn("Running pre check"); + log_warn("FUCK"); if ! have_install(`${global::DOMAIN}-ci`, "gitea") { throw `No gitea installation in ${global::DOMAIN}-ci` } else if ! have_ingress(`${global::DOMAIN}-ci`, "gitea") {