mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2025-08-18 02:38:03 +02:00
spurious each
This commit is contained in:
@@ -178,7 +178,7 @@ fi
|
|||||||
# add builders
|
# add builders
|
||||||
# if builders added as command line parameters, use those
|
# if builders added as command line parameters, use those
|
||||||
if [ $KOJI_BUILD_FQDN ] ; then
|
if [ $KOJI_BUILD_FQDN ] ; then
|
||||||
for each FQDN in ${KOJI_HUB_FQDN} ; do
|
for FQDN in ${KOJI_HUB_FQDN} ; do
|
||||||
deploy_builder $FQDN
|
deploy_builder $FQDN
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user