From 669e30c0a35c8af815b1175bad6025bb12e7f809 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 27 Mar 2021 21:27:35 +0100 Subject: [PATCH] ; Adapt recent change in test/infra/gitlab-ci.yml --- test/infra/gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 77153f63ac9..d061a69c668 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -106,7 +106,8 @@ default: after_script: - docker ps -a - printenv - - ( test ${CI_JOB_STAGE} == fast ) && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true + - test -n "${make_params}" && ( docker export ${test_name} | tar -tvf - ) || true + # - test -n "${make_params}" && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true - docker rm ${test_name} .build-template: -- 2.39.2