diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 12:49:42 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 12:49:42 +0200 |
commit | 895c84da6b1c0a89c61eda16f27cc2c3e9985585 (patch) | |
tree | 17ce005f0f52dc9e27ad29a80fefeb24f64372bd | |
parent | 12f05c7e88670f4a03b102592b112bdc7f79cc8a (diff) | |
download | rpm-package-builder-895c84da6b1c0a89c61eda16f27cc2c3e9985585.tar.gz |
dirs first
-rw-r--r-- | gitlab-ci-rpms-tito-devel.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab-ci-rpms-tito-devel.yml b/gitlab-ci-rpms-tito-devel.yml index 91265cb..e9a6a49 100644 --- a/gitlab-ci-rpms-tito-devel.yml +++ b/gitlab-ci-rpms-tito-devel.yml @@ -93,7 +93,7 @@ pages: echo "metadata_expire=10m" >> "$repo"; echo "gpgcheck=0" >> "$repo"; done - - tree -T "$CI_PROJECT_NAME rpms" --charset utf8 -H . public > index.html + - tree -T "$CI_PROJECT_NAME rpms" --dirsfirst --charset utf8 -H . public > index.html - mv index.html public artifacts: paths: |