From df8a181cd139a8f34575179ee35a4d3c2762a257 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 22 May 2025 13:18:11 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (.job-template): Make it more robust. (cherry picked from commit d0c90bc9bfe8fedbff7f282086dc38458b1e0f9e) --- test/infra/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 26ea1807457..6a23725f324 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -111,7 +111,6 @@ default: # Prepare test artifacts. - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/configure.log ${test_name} || true - - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/compatibility-report.html ${test_name} || true - test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} - find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} -o -name compatibility-report.html \) -type f -delete # BusyBox find does not know -empty. -- 2.39.5