aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-06 12:32:31 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-06 12:32:31 +0200
commite37d053b956e3c529623c8b96c0f5b5cc343ea8a (patch)
tree2101193d5b9627f0cc5f67c9ee20e8387045b7d9
parent534f8d1b4022e66d8eef47cb13956af7bc97e705 (diff)
downloadrpm-package-builder-e37d053b956e3c529623c8b96c0f5b5cc343ea8a.tar.gz
fix bash syntax #2
-rw-r--r--gitlab-ci-rpms-tito-devel.yml1
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";