From a7e8c6769034ffd73eec63c93cd0504f0104ec84 Mon Sep 17 00:00:00 2001 From: Hook25 Date: Fri, 20 Dec 2024 15:09:39 +0100 Subject: [PATCH] Bugfix --- tools/lab_dispatch/generic_source.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/lab_dispatch/generic_source.yaml b/tools/lab_dispatch/generic_source.yaml index 35ea95dbc4..a062052062 100644 --- a/tools/lab_dispatch/generic_source.yaml +++ b/tools/lab_dispatch/generic_source.yaml @@ -4,13 +4,13 @@ output_timeout: 1800 $INPUT_DATA_SOURCE test_data: attachments: - - local: "tools/lab_dispatch/resources/manifest.conf" + - local: "resources/manifest.conf" agent: "manifest.conf" - - local: "tools/lab_dispatch/resources/checkbox.no-manifest.partial.conf" + - local: "resources/checkbox.no-manifest.partial.conf" agent: "checkbox.no-manifest.partial.conf" - - local: "tools/lab_dispatch/build_install_deb.py" + - local: "build_install_deb.py" agent: "build_install_deb.py" - - local: "tools/lab_dispatch/launcher_override.conf" + - local: "launcher_override.conf" agent: "launcher_override.conf" test_cmds: | #!/usr/bin/env bash