From: David Galloway Date: Wed, 31 Aug 2022 13:35:09 +0000 (-0400) Subject: ceph-dev-build: sudo rm -rf dist X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5fe40e08c40b13a568d7ba01663e86917140a101;p=ceph-build.git ceph-dev-build: sudo rm -rf dist Already doing this in the other build job: https://github.com/ceph/ceph-build/pull/1756 Signed-off-by: David Galloway --- diff --git a/ceph-dev-build/config/definitions/ceph-dev-build.yml b/ceph-dev-build/config/definitions/ceph-dev-build.yml index 31ee393c..fffba24a 100644 --- a/ceph-dev-build/config/definitions/ceph-dev-build.yml +++ b/ceph-dev-build/config/definitions/ceph-dev-build.yml @@ -73,7 +73,7 @@ builders: - shell: | echo "Cleaning up top-level workarea (shared among workspaces)" - rm -rf dist + sudo rm -rf dist rm -rf venv rm -rf release - copyartifact: