From f9934f5ade89a83f50a4a52de1801d344ae2ae1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= <michael.loipfuehrer@stusta.de> Date: Sun, 15 Mar 2020 15:32:55 +0100 Subject: [PATCH] fix --- .gitlab-ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a0e546..3554b59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,15 +26,12 @@ build_buster: - apt update - apt install -y python3-stdeb python-all - ./build.sh - - ls - - ls deb_dist - - ls dist - mkdir -p build/ - - mv ../deb_dist/python3-lustmolch*.deb build/ - - mv ../deb_dist/python3-lustmolch*.changes build/ - - mv ../deb_dist/python3-lustmolch*.tar.gz build/ - - mv ../deb_dist/python3-lustmolch*.dsc build/ - - mv ../deb_dist/python3-lustmolch*.buildinfo 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/ # The files which are to be made available in GitLab artifacts: -- GitLab