diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 10:56:05 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 10:56:05 +0200 |
commit | 5ebf1ba28ea23bca24f95abcac3e7e09b7fa99b5 (patch) | |
tree | 565cb7dc33934143d46698711b80f8171f2673d4 | |
parent | 75d7ba327c72a681588290d84cedecf8f410d861 (diff) | |
download | imagefish-5ebf1ba28ea23bca24f95abcac3e7e09b7fa99b5.tar.gz |
kickstart job
-rw-r--r-- | .gitlab-ci.yml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0593277..1343d35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,22 @@ fedora_systemd: - *store_images artifacts: paths: - - fedora + - fedora_systemd + +fedora_kickstart: + stage: images + image: registry.gitlab.com/kraxel/rpm-package-builder:fedora + before_script: + - time dnf install -y $FISHDEPS + script: + - time ./kickstart/run-install.sh + fedora-34-ks-x86_64.qcow2 + https://download.fedoraproject.org/pub/fedora/linux/releases/34/Server/x86_64/os/ + kickstart/fedora.ks + - *store_images + artifacts: + paths: + - fedora_kickstart wsl: stage: images |