mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
pull down nfs server script when external build
This commit is contained in:
parent
bd79a1f763
commit
97c425d657
@ -116,6 +116,7 @@ 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" != "$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
|
||||||
|
curl $SCRIPT_GIT/deploy-koji-nfs-server.sh > $SCRIPT_DIR/deploy-koji-nfs-server.sh
|
||||||
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
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user