This commit is contained in:
Trevor Batley 2023-09-15 15:37:11 +10:00
parent 7356bfb93a
commit d7c58fbfa1

View File

@ -232,9 +232,9 @@ deploy_builder () {
if [ -z $KOJI_BUILD_FQDNS ] ; then
# use hub if no builders entered
deploy-builder $KOJI_HUB_FQDN
deploy_builder $KOJI_HUB_FQDN
elif [ $KOJI_BUILD_FQDNS = "prompt" ] ; then
# prompt for builders
# prompt for builders, if requested
echo "We will now deploy koji to your build servers"
MSG="Press <enter> to use your hub ($KOJI_HUB_FQDN), or enter the FQDN of your first build server) "
BSNO=1