diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-12 08:48:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-12 08:48:41 +0200 |
commit | 19ae760dc9346bcfde164806a77bcd68c67e381f (patch) | |
tree | acf39cc046ae59b3fc164ccc4667fe9cded2fc3d | |
parent | 05b7b10c6fcb23ef9469e07603515591e801f9d9 (diff) | |
download | imagefish-19ae760dc9346bcfde164806a77bcd68c67e381f.tar.gz |
fix pages ci job
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |