Make space for logs: Delete git cache before running tests

Change-Id: Ib495531fefc0dc949a239e3dbe21f026e4080778
This commit is contained in:
Bob Ball 2016-10-14 17:34:35 +01:00
parent 06162bf2b7
commit 7544a45b1b

View File

@ -252,6 +252,8 @@ EOF
fi
)
# delete folders to save disk space
sudo rm -rf /opt/git
}
# export this function to be used by devstack-gate