aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-09 10:09:10 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-09 10:09:10 +0100
commitf8aa80c1dde370fc5e6fe5d8ee9503c04be05574 (patch)
tree6553a6978b3b809409500a2a33eaee679368cc85
parent1905d8a4c5b7a9494cf05d1b046865d7a2509169 (diff)
downloadimagefish-f8aa80c1dde370fc5e6fe5d8ee9503c04be05574.tar.gz
ci: listing fix
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 424235b..662a646 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,7 +75,7 @@ pages:
- mkdir public
- for d in centos7 centos8 fedora wsl; do mv -v ${d}/index.html public/${d}.html; done
- cat pages/header.html > listing.html
- - grep "href.*xz" public/${d}.html >> listing.html
+ - grep "href.*xz" public/*.html >> listing.html
- cat pages/footer.html >> listing.html
- mv -v listing.html public
- tree --charset utf8 -T "images" -H . public > index.html