ci-automation/test.sh: publish to _kola_tmp, not debug/_kola_tmp

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
Thilo Fromm 2022-02-22 18:23:52 +01:00
parent 02c5cc1a21
commit 789249bc86

View File

@ -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"
}
# --