diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-15 20:22:24 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-15 20:22:24 +0200 |
commit | de823c6837a816b74f11d619ab0cccd9b48a7e7d (patch) | |
tree | 2f9e52281cfaad57720764fe22d556e0cb601887 | |
parent | 90c91f8a51718f4a994444d389471aba3a33f182 (diff) | |
download | imagefish-de823c6837a816b74f11d619ab0cccd9b48a7e7d.tar.gz |
separate systemd job
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 12 insertions, 1 deletions
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: |