Run sync-latest-container-base-image.sh from scripts dir
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
b6f658b99d
commit
91b9492cf9
@ -186,7 +186,11 @@ for arch in x86_64; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Push rawhide base container image to fedora registry
|
# 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.
|
# Tell interested persons that the rsync is done.
|
||||||
send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete
|
send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete
|
||||||
|
Loading…
Reference in New Issue
Block a user