summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-10-06 20:49:27 +0300
committerCarlos Soriano <csoriano1618@gmail.com>2018-10-09 07:29:41 +0000
commit1e956862695ab38e3ff85da3048f4b3268ae1d10 (patch)
tree104420fd4567e19db45c8a13a595be3958d87426
parente42a5c1489deb78bb119cf8e6632ad16154e31b9 (diff)
downloadnautilus-1e956862695ab38e3ff85da3048f4b3268ae1d10.tar.gz
CI: Always generate artifacts
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
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: