emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5608164: ; Adapt recent change in test/infra/gitlab-ci.yml


From: Michael Albinus
Subject: master 5608164: ; Adapt recent change in test/infra/gitlab-ci.yml
Date: Sat, 27 Mar 2021 15:19:37 -0400 (EDT)

branch: master
commit 56081645cc91c6f4259fa7d1a938fc781fbcb0da
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Adapt recent change in test/infra/gitlab-ci.yml
---
 test/infra/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index fdca12b..77153f6 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]