mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
; Adapt recent change in test/infra/gitlab-ci.yml
This commit is contained in:
parent
c52cf64adb
commit
56081645cc
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ default:
|
|||
after_script:
|
||||
- docker ps -a
|
||||
- printenv
|
||||
- [ ${CI_JOB_STAGE} == fast ] && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true
|
||||
- ( test ${CI_JOB_STAGE} == fast ) && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true
|
||||
- docker rm ${test_name}
|
||||
|
||||
.build-template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue