From acd9b09cc20ef73d4c7e9fd1a15e6c5d4e7875bc Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 15 Sep 2020 13:27:15 +0200 Subject: ci: tweak pages --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd07bb7..81cc8c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,18 +38,20 @@ tito_fedora: before_script: - dnf builddep -y *.spec script: - - tito build --test --rpm --output rpms - - createrepo rpms + - tito build --test --rpm --output rpms-fedora + - createrepo rpms-fedora artifacts: paths: - - rpms/ + - rpms-fedora/ pages: stage: repo + image: registry.gitlab.com/kraxel/rpm-package-builder:fedora dependencies: - - build_fedora + - tito_fedora script: - - mv rpms public + - mkdir public + - mv rpms-fedora public/fedora artifacts: paths: - public/ -- cgit