[nautilus/wip/ernestask/leak-plugging: 6/10] CI: Always generate artifacts
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/ernestask/leak-plugging: 6/10] CI: Always generate artifacts
- Date: Tue, 9 Oct 2018 07:30:18 +0000 (UTC)
commit 1e956862695ab38e3ff85da3048f4b3268ae1d10
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]