From bb0efe207066f0cae79892fd6277aa55b95e982f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 4 Nov 2020 06:57:00 +0100 Subject: drop tree install --- gitlab-ci-rpms-tito.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab-ci-rpms-tito.yml b/gitlab-ci-rpms-tito.yml index 9f1c4c7..5a1a8e7 100644 --- a/gitlab-ci-rpms-tito.yml +++ b/gitlab-ci-rpms-tito.yml @@ -46,7 +46,6 @@ pages: - mv rpms-fedora public/fedora - mv rpms-centos8 public/centos8 - mv rpms-centos7 public/centos7 - - dnf install -y tree - tree -T "$CI_PROJECT_NAME rpms" --charset utf8 -H . public > index.html - mv index.html public artifacts: -- cgit