diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 11:29:48 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 11:29:48 +0100 |
commit | 7715c70a7f8e71ff3af77c8f204170124e79270f (patch) | |
tree | 3af2e3cd51b8861504d88c70aaabe865096a51d7 /.gitlab-ci.yml | |
parent | 560464d8d16cbb03f215c2ff7995474dd2d9e701 (diff) | |
download | imagefish-7715c70a7f8e71ff3af77c8f204170124e79270f.tar.gz |
fix tree call
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d493fc4..d837014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ pages: script: - mkdir public - mv *.qcow2 public - - tree -T "$CI_PROJECT_NAME rpms" --charset utf8 -H . public > index.html + - tree -s -h -T "qemu images" --charset utf8 -H . public > index.html - mv index.html public artifacts: paths: |