From e14411138416c45eeba98184111ca77ed8c58171 Mon Sep 17 00:00:00 2001 From: Karolis2011 Date: Mon, 29 Sep 2025 19:14:43 +0300 Subject: [PATCH] Refactor NAMU-PC and r86s targets: replace empty targets and sets with direct reference to common_targets --- blackbox/config.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/blackbox/config.yaml b/blackbox/config.yaml index 8576895..314ead6 100644 --- a/blackbox/config.yaml +++ b/blackbox/config.yaml @@ -44,12 +44,8 @@ common_targets: &common NAMU-PC: labels: - location: kv40 - targets: [] - sets: - - *common + targets: *common r86s: labels: - location: gr7 - targets: [] - sets: - - *common \ No newline at end of file + targets: *common \ No newline at end of file