emacs-diffs
[Top][All Lists]
Advanced

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

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


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

branch: master
commit 47ec253a5d7c6b9ae3dd988cdcdcf88b015e5e8e
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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index d91c3a4..c957bf9 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -95,8 +95,6 @@ default:
   artifacts:
     expire_in: 24 hrs
     paths: []
-      # - "test/**/*.log"
-      # - "**/*.log"
   # using the variables for each job
   script:
     - docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG}
@@ -135,9 +133,12 @@ default:
 
 .test-template:
   artifacts:
+    name: ${CI_JOB_NAME}-${CI_COMMIT_SHA}
+    public: true
     expire_in: 1 week
+    when: always
     paths:
-      - "test/**/*.log"
+      - "**/*.log"
 
 .gnustep-template:
   rules:



reply via email to

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