From 89530012357fdb77076d08475dfb68ba5dc1af27 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 9 Nov 2020 15:56:30 +0100 Subject: tweak regex --- .gitlab-ci.yml | 4 ++-- 1 file 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 -- cgit