From de823c6837a816b74f11d619ab0cccd9b48a7e7d Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 15 Oct 2021 20:22:24 +0200 Subject: separate systemd job --- .gitlab-ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d242889..2b6a858 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,18 @@ fedora: - time dnf install -y $FISHDEPS script: - time ./Fedora-efi-grub2.sh -# - time ./Fedora-efi-systemd.sh + - *store_images + artifacts: + paths: + - fedora + +fedora-systemd: + stage: images + image: registry.gitlab.com/kraxel/rpm-package-builder:fedora + before_script: + - time dnf install -y $FISHDEPS + script: + - time ./Fedora-efi-systemd.sh - *store_images artifacts: paths: -- cgit