mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fix
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ fi
|
||||
|
||||
# Remove all non-whitelisted objects from cache.
|
||||
cd $CACHED_DIR
|
||||
find . -type f -not \( -name 'python' -or -name 'python-version' -or -name 'python-stack' -or -name 'vendor' -or -name 'venv'\) -delete
|
||||
find . -type f -not \( -name 'python' -or -name 'python-version' -or -name 'python-stack' -or -name 'vendor' -or -name 'venv' \) -delete
|
||||
cd $BUILD_DIR
|
||||
|
||||
# Store new artifacts in cache.
|
||||
|
||||
Reference in New Issue
Block a user