mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
an attempt at fixing caching
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ bpwatch start dump_cache
|
||||
mkdir -p $CACHE_DIR/$CACHED_DIR
|
||||
for dir in $CACHED_DIRS; do
|
||||
rm -rf $CACHE_DIR/$dir
|
||||
cp -R $dir $CACHE_DIR/
|
||||
cp -R $dir $CACHE_DIR/ 2>/dev/null
|
||||
done
|
||||
bpwatch stop dump_cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user