]> 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 11:49:00 +0000 (12:49 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 27 Mar 2021 11:49:00 +0000 (12:49 +0100)
test/infra/gitlab-ci.yml

index d91c3a411ec8f4831b14de5b5af88f4b0a7a8faf..c957bf9b4dce366eea49bb3a1d6f059666fc2139 100644 (file)
@@ -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: