Loading tbc/checker.py +6 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,12 @@ def run(): f"Checking template {AnsiColors.CYAN}{kicker['name']}{AnsiColors.RESET} (vars prefix {AnsiColors.CYAN}\"{var_prefix}\"{AnsiColors.RESET})" ) print("=============================================================") if not kicker.get("is_component"): print( f"{AnsiColors.HGRAY}✕ this project is not a CI/CD component: skip{AnsiColors.RESET}" ) return # Check main template print( f"{AnsiColors.BLUE}{AnsiColors.BOLD}→ Main template ({kicker['template_path']}){AnsiColors.RESET}" Loading Loading
tbc/checker.py +6 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,12 @@ def run(): f"Checking template {AnsiColors.CYAN}{kicker['name']}{AnsiColors.RESET} (vars prefix {AnsiColors.CYAN}\"{var_prefix}\"{AnsiColors.RESET})" ) print("=============================================================") if not kicker.get("is_component"): print( f"{AnsiColors.HGRAY}✕ this project is not a CI/CD component: skip{AnsiColors.RESET}" ) return # Check main template print( f"{AnsiColors.BLUE}{AnsiColors.BOLD}→ Main template ({kicker['template_path']}){AnsiColors.RESET}" Loading