aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21262a7..c98450b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,9 +79,9 @@ pages:
- for d in centos7 centos8 fedora 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.*efi.*xz" >> listing.html
+ - cat public/*.html | grep "href.*qcow2.xz" >> listing.html
- cat pages/wsl.html >> listing.html
- - cat public/*.html | grep "href.*wsl.*xz" >> listing.html
+ - cat public/*.html | grep "href.*tar.xz" >> listing.html
- cat pages/footer.html >> listing.html
- mv -v listing.html public
- tree --charset utf8 -T "images" -H . public > tree.html