From: David Galloway Date: Tue, 9 Aug 2022 16:59:11 +0000 (-0400) Subject: ceph-windows: Cleanup repo files X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=499bee5b94f984856a253294491daec7a5c05207;p=ceph-build.git ceph-windows: Cleanup repo files Signed-off-by: David Galloway --- diff --git a/scripts/ceph-windows/cleanup b/scripts/ceph-windows/cleanup index eae1e78cd..151bd4f83 100644 --- a/scripts/ceph-windows/cleanup +++ b/scripts/ceph-windows/cleanup @@ -18,6 +18,10 @@ if [[ -x $WORKSPACE/cephadm ]]; then fi fi +# Cleanup repos +sudo rm -f /etc/apt/sources.list.d/docker.list \ + /etc/apt/sources.list.d/ceph.list + # Cleanup remaining files / directories sudo rm -rf \ $WORKSPACE/ceph.conf $WORKSPACE/keyring $WORKSPACE/cephadm \