Merge pull request #50 from mesosphere/add-packages-to-ci

Cleans the dist directory
This commit is contained in:
Connor Doyle
2015-02-23 16:51:35 -08:00

View File

@@ -4,6 +4,6 @@ set -o errexit -o nounset -o pipefail
BASEDIR=`dirname $0`/..
rm -rf $BASEDIR/.tox $BASEDIR/env
rm -rf $BASEDIR/.tox $BASEDIR/env $BASEDIR/dist
echo "Deleted virtualenv and test artifacts."