From 789249bc86a3f0cc44deefd7206f3c20914d44b6 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Tue, 22 Feb 2022 18:23:52 +0100 Subject: [PATCH] ci-automation/test.sh: publish to _kola_tmp, not debug/_kola_tmp Signed-off-by: Thilo Fromm --- ci-automation/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-automation/test.sh b/ci-automation/test.sh index 9fa520cb0b..7921d79d36 100644 --- a/ci-automation/test.sh +++ b/ci-automation/test.sh @@ -179,7 +179,7 @@ function test_run() { # publish TAP files to build cache copy_to_buildcache "testing/${vernum}/${arch}/${image}" \ "${tests_dir}/"*.tap - copy_to_buildcache "testing/${vernum}/${arch}/${image}/debug" \ - "${tests_dir}/_kola_temp/"* + copy_to_buildcache "testing/${vernum}/${arch}/${image}" \ + "${tests_dir}/_kola_temp" } # --