diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 14:59:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 14:59:55 +0200 |
commit | 065d1136e625d7993711533cce0293e3dfa6c19c (patch) | |
tree | 54f4412424e95c94e5091bd948ffba3a88be4097 | |
parent | 4d56def98ab81fa64f272f73556ed3978f1b7844 (diff) | |
download | gterm-065d1136e625d7993711533cce0293e3dfa6c19c.tar.gz |
ci: tree: use utf8
-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 c3a57f1..9fb14cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ pages: - mkdir public - mv rpms-fedora public/fedora - dnf install -y tree - - tree -H . public > index.html + - tree --charset utf8 -H . public > index.html - mv index.html public artifacts: paths: |