From 91b9492cf9be3eeaf7be561ab3fc4a5220687906 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 15 Oct 2018 16:05:00 -0400 Subject: [PATCH] Run sync-latest-container-base-image.sh from scripts dir Signed-off-by: Mohan Boddu --- nightly.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nightly.sh b/nightly.sh index c27a232..72ea9e4 100755 --- a/nightly.sh +++ b/nightly.sh @@ -186,7 +186,11 @@ for arch in x86_64; do done # Push rawhide base container image to fedora registry -./releng/scripts/sync-latest-container-base-image.sh 30 +pushd ./releng +pushd ./scripts +./sync-latest-container-base-image.sh 30 +popd +popd # Tell interested persons that the rsync is done. send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete