pull down nfs server script when external build

This commit is contained in:
Trevor Batley 2023-09-01 14:52:58 +10:00
parent bd79a1f763
commit 97c425d657

View File

@ -116,6 +116,7 @@ deploy-koji.sh
# if there is a separate koji builder deploy that
if [ "$KOJI_BUILD_FQDN" != "$KOJI_HUB_FQDN" ] ; then
# add nfs share for koji files direcory
curl $SCRIPT_GIT/deploy-koji-nfs-server.sh > $SCRIPT_DIR/deploy-koji-nfs-server.sh
deploy-koji-nfs-server.sh
# create a ssh key and add to authorized keys on build server
mkdir -p ~/.ssh