diff options
| author | Michael Albinus | 2021-03-27 20:19:27 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-03-27 20:19:27 +0100 |
| commit | 56081645cc91c6f4259fa7d1a938fc781fbcb0da (patch) | |
| tree | 228d45fbf65497725560980de8f17e4cef744881 /test | |
| parent | c52cf64adb0e47c9179f00e00a8980e86b864abd (diff) | |
| download | emacs-56081645cc91c6f4259fa7d1a938fc781fbcb0da.tar.gz emacs-56081645cc91c6f4259fa7d1a938fc781fbcb0da.zip | |
; Adapt recent change in test/infra/gitlab-ci.yml
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index fdca12b27aa..77153f63ac9 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml | |||
| @@ -106,7 +106,7 @@ default: | |||
| 106 | after_script: | 106 | after_script: |
| 107 | - docker ps -a | 107 | - docker ps -a |
| 108 | - printenv | 108 | - printenv |
| 109 | - [ ${CI_JOB_STAGE} == fast ] && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true | 109 | - ( test ${CI_JOB_STAGE} == fast ) && ( mkdir test-${test_name}; docker cp ${test_name}:test test-${test_name} ) || true |
| 110 | - docker rm ${test_name} | 110 | - docker rm ${test_name} |
| 111 | 111 | ||
| 112 | .build-template: | 112 | .build-template: |