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") {