[nautilus/wip/ernestask/leak-plugging: 1/5] CI: Always generate artifacts
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/ernestask/leak-plugging: 1/5] CI: Always generate artifacts
- Date: Sun, 7 Oct 2018 10:55:32 +0000 (UTC)
commit a13be3327a3d7e4cb0dd77e6b54fa99f53607919
Author: Ernestas Kulik <ernestask gnome org>
Date: Sat Oct 6 20:49:27 2018 +0300
CI: Always generate artifacts
.gitlab-ci.yml | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1de76e441..63a6ae3ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,6 +40,10 @@ flatpak:
paths:
- ${BUNDLE}
- _build/meson-logs/
+ # The Flatpak bundle is always generated at the end, meaning that there
+ # won’t be one in case of failure, but the logs will be available for
+ # our expert investigators to dissect.
+ when: always
expire_in: 30 days
cache:
paths:
@@ -165,6 +169,10 @@ flatpak:master:
paths:
- ${BUNDLE}
- _build/meson-logs/
+ # The Flatpak bundle is always generated at the end, meaning that there
+ # won’t be one in case of failure, but the logs will be available for
+ # our expert investigators to dissect.
+ when: always
expire_in: 30 days
cache:
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]