From b0dafd48bf76980f40b5e31849516d3ef509e6f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= <michael.loipfuehrer@stusta.de>
Date: Sun, 15 Mar 2020 16:35:27 +0100
Subject: [PATCH] more artifacts

---
 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d566c41..728d63b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,7 @@ build_buster:
     - apt install -y python3-stdeb python-all
     - ./build.sh
     - mkdir -p build/
-    - mv deb_dist/python3-lustmolch*.deb build/
-    - mv deb_dist/lustmolch*.changes build/
-    - mv deb_dist/lustmolch*.tar.gz build/
-    - mv deb_dist/lustmolch*.dsc build/
-    - mv deb_dist/lustmolch*.buildinfo build/
+    - mv deb_dist/* build/
 
   # The files which are to be made available in GitLab
   artifacts:
-- 
GitLab