mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
pipeline: targets-compositor: whole target can be enabled: no to quickly disable it (as if it wasn't there)
This commit is contained in:
committed by
igorpecovnik
parent
46cd0a2cfc
commit
0aac5a4945
@@ -59,6 +59,10 @@ invocations_dict: list[dict] = []
|
||||
for target_name in targets["targets"]:
|
||||
target_obj = targets["targets"][target_name]
|
||||
|
||||
if "enabled" in target_obj and not target_obj["enabled"]:
|
||||
log.warning(f"Skipping disabled target '{target_name}'...")
|
||||
continue
|
||||
|
||||
all_items = []
|
||||
all_expansions = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user