We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d11c0 commit a695879Copy full SHA for a695879
1 file changed
gitlab/hermes-ci.yml
@@ -78,7 +78,9 @@
78
tags:
79
- docker
80
artifacts:
81
- paths: [".hermes/"]
+ paths: [".hermes/", "hermes.log"]
82
+ when: always
83
+ expire_in: 1 year
84
85
# hermes metadata preparation - this job creates a MR that will trigger deposition when merged.
86
.hermes_curate:
0 commit comments