projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf186b
)
; Adapt recent change in test/infra/gitlab-ci.yml
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 27 Mar 2021 20:27:35 +0000
(21:27 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 27 Mar 2021 20:27:35 +0000
(21:27 +0100)
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index 77153f63ac9cf6b58a386fc1777be511b02778da..d061a69c6683f08b363fac970986979eccb48f7b 100644
(file)
--- 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: