emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Albinus
Subject: master e26d0e6: ; Adapt recent change in test/infra/gitlab-ci.yml
Date: Sat, 27 Mar 2021 09:57:40 -0400 (EDT)

branch: master
commit e26d0e611aaf477a88119c506f942036c338688f
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 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index c957bf9..fe34e2b 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -132,8 +132,10 @@ default:
     - docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG}
 
 .test-template:
+  after_script:
+    - docker cp $(docker ps -q -f 
"label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):test test
   artifacts:
-    name: ${CI_JOB_NAME}-${CI_COMMIT_SHA}
+    name: ${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}
     public: true
     expire_in: 1 week
     when: always
@@ -234,7 +236,7 @@ test-filenotify-gio:
 test-gnustep:
   # This tests the GNUstep build process
   stage: platforms
-  extends: [.job-template, .test-template, .gnustep-template]
+  extends: [.job-template, .gnustep-template]
   variables:
     target: emacs-gnustep
     make_params: install



reply via email to

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