Skip to content
Snippets Groups Projects
Commit b46cc0c6 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

ignore cleanup the cache

parent 74af9413
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment