[geary/mjog/fix-ci-test-logs: 568/568] .gitlab-ci.yml: Fix meson test logs not being saved as arifacts
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/fix-ci-test-logs: 568/568] .gitlab-ci.yml: Fix meson test logs not being saved as arifacts
- Date: Fri, 22 Jul 2022 21:27:12 +0000 (UTC)
commit e5d960e2fb4d78694fbc6d2d176a97f6e88e67bd
Author: Michael Gratton <mike vee net>
Date: Fri Aug 28 18:37:03 2020 +1000
.gitlab-ci.yml: Fix meson test logs not being saved as arifacts
Save all files in meson-logs, so we're not caught out when file names
change again.
.gitlab-ci.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 896229cbc..e4165b728 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,8 +58,7 @@ fedora:
artifacts:
when: 'always'
paths:
- - '$BUILD_DIR/meson-logs/meson-log.txt'
- - '$BUILD_DIR/meson-logs/testlog.txt'
+ - '$BUILD_DIR/meson-logs'
expire_in: 2 days
ubuntu:
@@ -78,8 +77,7 @@ ubuntu:
artifacts:
when: 'always'
paths:
- - '$BUILD_DIR/meson-logs/meson-log.txt'
- - '$BUILD_DIR/meson-logs/testlog.txt'
+ - '$BUILD_DIR/meson-logs'
expire_in: 2 days
flatpak:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]