]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/gitlab-ci.yml (.job-template): Make it more robust.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 22 May 2025 11:18:11 +0000 (13:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:30:37 +0000 (16:30 +0200)
(cherry picked from commit d0c90bc9bfe8fedbff7f282086dc38458b1e0f9e)

test/infra/gitlab-ci.yml

index 26ea1807457e37230ebcfa28d21a18b35b3660d1..6a23725f324e4c2449040bb5ce17009e3489a94c 100644 (file)
@@ -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.