aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-09 09:07:26 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-09 09:07:26 +0100
commite64352b9dca9401c39b9babee9094534f137646b (patch)
tree3b0033d7c13e4b2affc556e823dfa013a383e020 /.gitlab-ci.yml
parent5c74fe7820a262f61ac1ef7a7543ac903e023dc6 (diff)
downloadimagefish-e64352b9dca9401c39b9babee9094534f137646b.tar.gz
try create listing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d787c3..424235b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,10 +74,12 @@ pages:
script:
- 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
+ - cat pages/footer.html >> listing.html
+ - mv -v listing.html public
- tree --charset utf8 -T "images" -H . public > index.html
- mv -v index.html public
- - printenv | grep ^CI_
artifacts:
paths:
- public/
-