aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-15 13:52:11 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-15 13:52:11 +0200
commit4d56def98ab81fa64f272f73556ed3978f1b7844 (patch)
treecfc21ac5ee7ad20983f9053b479d65ca95ab2fac
parent794c3912a33c0eca3c2ff3863a72c7c41eb3e7a8 (diff)
downloadgterm-4d56def98ab81fa64f272f73556ed3978f1b7844.tar.gz
use tree
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1d0c4e..c3a57f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,8 @@ pages:
script:
- mkdir public
- mv rpms-fedora public/fedora
- - find public -type f | sort | while read l; do f=${l#public/}; echo "<a href=\"$f\">$f</a><br>"; done > index.html
+ - dnf install -y tree
+ - tree -H . public > index.html
- mv index.html public
artifacts:
paths: