From: Michael Albinus Date: Thu, 22 May 2025 11:18:11 +0000 (+0200) Subject: * test/infra/gitlab-ci.yml (.job-template): Make it more robust. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df8a181cd139a8f34575179ee35a4d3c2762a257;p=emacs.git * test/infra/gitlab-ci.yml (.job-template): Make it more robust. (cherry picked from commit d0c90bc9bfe8fedbff7f282086dc38458b1e0f9e) --- 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.