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:
Philip Withnall 2018-05-29 10:53:41 +01:00
parent 1041504099
commit a53d74e078

View File

@ -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"