Merge pull request #50 from mesosphere/add-packages-to-ci
Cleans the dist directory
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user