mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-12-23 07:57:00 +01:00
wrong field name
This commit is contained in:
parent
7d140480cb
commit
c5a7e494c5
@ -217,7 +217,7 @@ deploy_builder () {
|
|||||||
|
|
||||||
# if builders added as command line parameters, use those
|
# if builders added as command line parameters, use those
|
||||||
if [ $KOJI_BUILD_FQDNS ] ; then
|
if [ $KOJI_BUILD_FQDNS ] ; then
|
||||||
for FQDN in ${KOJI_HUB_FQDNS} ; do
|
for FQDN in ${KOJI_BUILD_FQDNS} ; do
|
||||||
deploy_builder $FQDN
|
deploy_builder $FQDN
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user