aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-05 16:07:52 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-05 16:07:52 +0100
commit2f9e90adb4ba25aee00478c582f309c85d841b01 (patch)
tree99c8c22f63e0df55ab99064202c2d9320deb7c19
parent2511dd947726ecddf971999e6cf5a55b6a1276eb (diff)
downloadimagefish-2f9e90adb4ba25aee00478c582f309c85d841b01.tar.gz
add systemd
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8750c9..a876b41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,10 +9,11 @@ fedora:
- time dnf install -y /usr/bin/guestfish /usr/bin/xz
script:
- time ./Fedora-efi-grub2.sh
+ - time ./Fedora-efi-systemd.sh
- xz --verbose *.qcow2
- mkdir fedora
- mv --verbose *.qcow2.xz fedora
- - tree -s -h -T "fedora images" -H "$CI_JOB_URL/artifacts/raw/fedora/" fedora > index.html
+ - tree -s -h -T "fedora images" -H "$CI_JOB_URL/artifacts/raw/fedora/" fedora/ > index.html
- mv --verbose index.html fedora
artifacts:
paths: