]> git.eshelyaron.com Git - emacs.git/commitdiff
; Adapt recent change in test/infra/gitlab-ci.yml
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 27 Mar 2021 19:19:27 +0000 (20:19 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 27 Mar 2021 19:19:27 +0000 (20:19 +0100)
test/infra/gitlab-ci.yml

index fdca12b27aaacaee01c281b090b910480c7e7465..77153f63ac9cf6b58a386fc1777be511b02778da 100644 (file)
@@ -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: