mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
incorrect comparator
This commit is contained in:
parent
a2ad37859b
commit
488f85ad6a
@ -114,7 +114,7 @@ EOT
|
||||
deploy-koji.sh
|
||||
|
||||
# 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
|
||||
deploy-koji-nfs-server.sh
|
||||
# create a ssh key and add to authorized keys on build server
|
||||
|
Loading…
Reference in New Issue
Block a user