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




commit c2eaa42340708776cbbf264f06a05bf61caae58a
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 2a20aca1b..5dcdc5133 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]