mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2025-08-18 02:38:03 +02:00
incorrect comparator
This commit is contained in:
@@ -114,7 +114,7 @@ EOT
|
|||||||
deploy-koji.sh
|
deploy-koji.sh
|
||||||
|
|
||||||
# if there is a separate koji builder deploy that
|
# if there is a separate koji builder deploy that
|
||||||
if [ $KOJI_BUILD_FQDN ne $KOJI_HUB_FQDN ] ; then
|
if [ "$KOJI_BUILD_FQDN" != "$KOJI_HUB_FQDN" ] ; then
|
||||||
# add nfs share for koji files direcory
|
# add nfs share for koji files direcory
|
||||||
deploy-koji-nfs-server.sh
|
deploy-koji-nfs-server.sh
|
||||||
# create a ssh key and add to authorized keys on build server
|
# create a ssh key and add to authorized keys on build server
|
||||||
|
Reference in New Issue
Block a user