diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-04 06:57:00 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-04 06:57:00 +0100 |
commit | bb0efe207066f0cae79892fd6277aa55b95e982f (patch) | |
tree | efac12e9e62d149b4888fb5162faec2fd9cf25e5 | |
parent | 271bbd5a5cf7f21200ef6f4a90d66d389c99eee6 (diff) | |
download | rpm-package-builder-bb0efe207066f0cae79892fd6277aa55b95e982f.tar.gz |
drop tree install
-rw-r--r-- | gitlab-ci-rpms-tito.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: |