[nautilus/wip/ernestask/leak-plugging: 8/12] CI: Always generate artifacts



commit 2179c4114813cabe8f197b105e5150846fdb69da
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]