[geary/mjog/fix-ci-test-logs] .gitlab-ci.yml: Fix meson test logs not being saved as arifacts




commit 18439537d5d78a4360e4431708b8f5ebf1cc9697
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 82f6ab3bd..44b16ab63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,8 +56,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:
@@ -76,8 +75,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]