From: Michael Albinus Date: Sat, 27 Mar 2021 11:49:00 +0000 (+0100) Subject: ; Adapt recent change in test/infra/gitlab-ci.yml X-Git-Tag: emacs-28.0.90~3126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47ec253a5d7c6b9ae3dd988cdcdcf88b015e5e8e;p=emacs.git ; Adapt recent change in test/infra/gitlab-ci.yml --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index d91c3a411ec..c957bf9b4dc 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: