[glib: 2/4] ci: Always export artifacts from Fedora build
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/4] ci: Always export artifacts from Fedora build
- Date: Tue, 29 May 2018 10:47:22 +0000 (UTC)
commit a53d74e0788f3eb9917389cebf86752785dfce04
Author: Philip Withnall <withnall endlessm com>
Date: Tue May 29 10:53:41 2018 +0100
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>
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51e0b35e5..cd202a0b0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]