aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-07-12 08:48:41 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-07-12 08:48:41 +0200
commit19ae760dc9346bcfde164806a77bcd68c67e381f (patch)
treeacf39cc046ae59b3fc164ccc4667fe9cded2fc3d /.gitlab-ci.yml
parent05b7b10c6fcb23ef9469e07603515591e801f9d9 (diff)
downloadimagefish-19ae760dc9346bcfde164806a77bcd68c67e381f.tar.gz
fix pages ci job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd45e77..c818d6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -108,7 +108,7 @@ pages:
- wsl
script:
- mkdir public
- - for d in centos7 centos8 fedora wsl; do mv -v ${d}/index.html public/${d}.html; done
+ - for d in el7 el8 wsl; do mv -v ${d}/index.html public/${d}.html; done
- cat pages/header.html > listing.html
- cat pages/efi.html >> listing.html
- cat public/*.html | grep "href.*qcow2.xz" >> listing.html