compose/script/clean
Daniel Nephin 9be748f85c Clean before doing a build so that we don't include stale build artifacts
in the binaries.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-09-17 12:27:51 -04:00

7 lines
139 B
Bash
Executable File

#!/bin/sh
set -e
find . -type f -name '*.pyc' -delete
find -name __pycache__ -delete
rm -rf docs/_site build dist docker-compose.egg-info