Commit b46cc0c6 authored by Kenneth Reitz's avatar Kenneth Reitz

ignore cleanup the cache

parent 74af9413
...@@ -150,11 +150,6 @@ bpwatch start restore_cache ...@@ -150,11 +150,6 @@ bpwatch start restore_cache
cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true
bpwatch stop restore_cache 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 set +e
# Create set-aside `.heroku` folder. # Create set-aside `.heroku` folder.
mkdir .heroku &> /dev/null mkdir .heroku &> /dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment