From a2ae274ae5fc8ce8c14d96128a9916203b7c3c56 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 8 Dec 2015 15:15:49 -0500 Subject: [PATCH] also remove venv that is left behind Signed-off-by: Alfredo Deza --- ceph-build/config/definitions/ceph-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 298c3ac1..759a5faf 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -37,6 +37,7 @@ - shell: | echo "Cleaning up workarea" rm -rf dist + rm -rf venv rm -rf release - copyartifact: project: ceph-setup -- 2.39.5