projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6344b2
)
; Adapt recent change in test/infra/gitlab-ci.yml
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 27 Mar 2021 11:49:00 +0000
(12:49 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 27 Mar 2021 11:49:00 +0000
(12:49 +0100)
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index d91c3a411ec8f4831b14de5b5af88f4b0a7a8faf..c957bf9b4dce366eea49bb3a1d6f059666fc2139 100644
(file)
--- 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: