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




commit ff73af88692a7bde9ead5458099bdcfb2e33906d
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 6f7cf8419..430e8e3dc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,8 +58,7 @@ variables:
 #  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]