From c9f12b8749e63e804aa302d2e57d3da1cf4cfd55 Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@uni.lu>
Date: Tue, 1 Oct 2024 10:58:24 +0200
Subject: [PATCH] save log in artifacts

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1020eb33..ad1911f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -250,6 +250,8 @@ build_rpm:
     expire_in: 1000 yrs
     paths:
       - "rpm/RPMS/noarch/*.rpm"
+      - "/usr/var/log/*/install.log"
+      - "/usr/var/log/*/install.log"
   script:
     - apt-get update
     - DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libsasl2-dev libssl-dev locales locales-all python3 dh-make build-essential lintian devscripts xsltproc fakeroot xsltproc docbook-xsl curl gnupg git gcc g++ make libsasl2-dev libldap2-dev libssl-dev rpm
-- 
GitLab