mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
another spurious $
This commit is contained in:
parent
3ce64ac29d
commit
5e4c89ffa9
@ -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 each FQDN in ${KOJI_HUB_FQDN} ; do
|
||||||
deploy_builder($FQDN)
|
deploy_builder($FQDN)
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user