mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
ci: Always export artifacts from Fedora build
The default `when: on_success` means no artifacts are exported when the tests fail, which is precisely when we want to see the artifacts. Always export them, and rely on GitLab to garbage collect them as appropriate (typically after 30 days, I think). Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
1041504099
commit
a53d74e078
@ -28,6 +28,7 @@ fedora-meson-x86_64:
|
||||
- tags
|
||||
artifacts:
|
||||
name: "glib-_${CI_COMMIT_REF_NAME}"
|
||||
when: always
|
||||
paths:
|
||||
- "${CI_PROJECT_DIR}/_build/meson-logs"
|
||||
- "${CI_PROJECT_DIR}/_coverage"
|
||||
|
Loading…
Reference in New Issue
Block a user