fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
const DOMAIN = config.domain;
|
const DOMAIN = config.domain;
|
||||||
fn pre_check() {
|
fn pre_check() {
|
||||||
log_warn("Running pre check");
|
log_warn("Running pre check");
|
||||||
|
log_warn("FUCK");
|
||||||
if ! have_install(`${global::DOMAIN}-ci`, "gitea") {
|
if ! have_install(`${global::DOMAIN}-ci`, "gitea") {
|
||||||
throw `No gitea installation in ${global::DOMAIN}-ci`
|
throw `No gitea installation in ${global::DOMAIN}-ci`
|
||||||
} else if ! have_ingress(`${global::DOMAIN}-ci`, "gitea") {
|
} else if ! have_ingress(`${global::DOMAIN}-ci`, "gitea") {
|
||||||
|
|||||||
Reference in New Issue
Block a user