mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* test/infra/gitlab-ci.yml (.job-template): Fix config.log name.
This commit is contained in:
parent
8762f6c7c9
commit
42a002f31f
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ default:
|
|||
- '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'
|
||||
docker cp ${test_name}:checkout/config.log ${test_name} || true'
|
||||
- 'test -n "$(docker ps -aq -f name=${test_name})" &&
|
||||
docker cp ${test_name}:checkout/compatibility-report.html ${test_name} ||
|
||||
true'
|
||||
|
|
|
|||
Loading…
Reference in a new issue