mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
ignore cleanup the cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user