mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-22 01:27:29 +01:00
spurious each
This commit is contained in:
parent
1895cb0154
commit
5dfc74d605
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user