diff options
-rw-r--r-- | gitlab-ci-rpms-tito-devel.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab-ci-rpms-tito-devel.yml b/gitlab-ci-rpms-tito-devel.yml index 7fb35b9..47b730f 100644 --- a/gitlab-ci-rpms-tito-devel.yml +++ b/gitlab-ci-rpms-tito-devel.yml @@ -82,6 +82,7 @@ pages: done - > for dir in public/*; + do distro="${dir#public/}"; name="gitlab-${CI_PROJECT_NAME}-${distro}"; repo="public/${name}.repo"; |