From 3e9b4ff2c24627840a7a1d3ab3d795929af56c47 Mon Sep 17 00:00:00 2001
From: Julian <julian@cccv.de>
Date: Sun, 23 Jan 2022 14:03:30 +0000
Subject: [PATCH] Move dpkg-deb -c output to artifact to keep CI output
 readable

---
 shared-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shared-ci.yml b/shared-ci.yml
index 830d8a0..e6f9c83 100644
--- a/shared-ci.yml
+++ b/shared-ci.yml
@@ -68,11 +68,12 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
   - mv ../*.deb ./
   - cp debian/changelog ./changelog.txt
   - dpkg-deb -I *.deb
-  - dpkg-deb -c *.deb
+  - dpkg-deb -c *.deb > contents.txt
   artifacts:
     paths:
     - ./*.deb
     - changelog.txt
+    - contents.txt
 
 .publish:
   stage: publish
-- 
GitLab