diff --git a/bin/compile b/bin/compile index 868d3559c93bf22a94854384c75f28864937a2a6..babd780fd716c850e4d82dbf5f3fdf4804e45eac 100755 --- a/bin/compile +++ b/bin/compile @@ -150,11 +150,6 @@ bpwatch start restore_cache cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true bpwatch stop restore_cache -# Cleanup what's in the cache. -cd $CACHED_DIR -rm !(python|python-stack|python-version|venv|vendor) -cd $BUILD_DIR - set +e # Create set-aside `.heroku` folder. mkdir .heroku &> /dev/null