After a release is done, delete the release folder; closes #379

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-01-01 16:25:15 -05:00
parent f508e17ee5
commit 9e56030349

View File

@@ -112,5 +112,7 @@ if [ ${CPVERSION:0:7} != "nightly" ]; then
fi
# Change back to where we came from
popd
printMessage "Removing release directory"
rm -rf $BINFOLDER
printMessage "All done, goodbye."
exit 0