[gnome-kiosk/archive-the-logs] ci: Make sure the logs get saved in CI runs




commit ba6aa783a0b9171f8ca81f3db36fa20f578bc382
Author: Ray Strode <rstrode redhat com>
Date:   Fri Jul 29 14:04:42 2022 -0400

    ci: Make sure the logs get saved in CI runs
    
    Right now if check-format succeeds we don't get access to the
    log output at all.
    
    This commit makes sure it gets saved.

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00035e4..c9b5497 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ build-fedora:
                 - tags
         artifacts:
                 paths:
-                        - _build/meson-dist
+                        - _build
         only:
             - merge_requests
 
@@ -46,5 +46,8 @@ test-fedora:
                 - meson . $BUILD_ROOT --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--mandir=/usr/share/man --libdir=/usr/lib64
                 - ninja -C $BUILD_ROOT
                 - ninja -C $BUILD_ROOT test
+        artifacts:
+                paths:
+                        - _build
         only:
             - merge_requests


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]