[d-feet/wjt/fix-ci: 1/3] ci: always preserve artifacts
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet/wjt/fix-ci: 1/3] ci: always preserve artifacts
- Date: Tue, 6 Aug 2019 14:58:10 +0000 (UTC)
commit ef152b5a683f49851b04b976e1ad7ce180f248d2
Author: Will Thompson <will willthompson co uk>
Date: Tue Aug 6 15:49:50 2019 +0100
ci: always preserve artifacts
By default, artifacts are only preserved when the build succeeds. This
is not much help when trying to debug build failures!
https://docs.gitlab.com/ee/ci/yaml/README.html#artifactswhen
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad9928f..6e05482 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ flatpak:
- ${BUNDLE}
- _build/meson-logs/meson-log.txt
- _build/meson-logs/testlog.txt
+ when: always
expire_in: 30 days
cache:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]