From: Gregory Meno Date: Tue, 24 Jan 2017 19:51:58 +0000 (-0800) Subject: need sudo to clean dist on centos X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F620%2Fhead;p=ceph-build.git need sudo to clean dist on centos Signed-off-by: Gregory Meno --- diff --git a/calamari/config/definitions/calamari.yml b/calamari/config/definitions/calamari.yml index 1a2c0416..9d86d2f6 100644 --- a/calamari/config/definitions/calamari.yml +++ b/calamari/config/definitions/calamari.yml @@ -85,7 +85,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if builders: - shell: | echo "Cleaning up top-level workarea (shared among workspaces)" - rm -rf dist + sudo rm -rf dist rm -rf venv rm -rf release # debian build scripts