fix
This commit is contained in:
@@ -6,6 +6,9 @@ fn check_domain() {
|
||||
fn pre_check() {
|
||||
check_domain();
|
||||
}
|
||||
fn have_taiga() {
|
||||
have_namespace(`${global::DOMAIN}-ci`) && have_install(`${global::DOMAIN}-ci`, "taiga") && have_service(`${global::DOMAIN}-ci`, "taiga-taiga") && have_secret(`${global::DOMAIN}-ci`, "taiga-taiga")
|
||||
}
|
||||
fn conditions() {
|
||||
let org = global::NAME;
|
||||
org.replace("org-","");
|
||||
@@ -22,6 +25,7 @@ fn conditions() {
|
||||
log_info(`Found ${repos.len} repos`);
|
||||
}
|
||||
json_encode(#{
|
||||
repos: repos
|
||||
repos: repos,
|
||||
have_taiga: have_taiga()
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user