mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
copy them to the cache dir
This commit is contained in:
+2
-2
@@ -148,8 +148,8 @@ bpwatch stop clear_old_venvs
|
||||
bpwatch start restore_cache
|
||||
mkdir -p $CACHE_DIR/$CACHED_DIR
|
||||
for dir in $CACHED_DIRS; do
|
||||
echo "cp -R $CACHE_DIR/$dir ."
|
||||
cp -R $CACHE_DIR/$dir . &> /dev/null || true
|
||||
echo "cp -R $CACHE_DIR/$dir $CACHED_DIR"
|
||||
cp -R $CACHE_DIR/$dir $CACHED_DIR &> /dev/null || true
|
||||
done
|
||||
bpwatch stop restore_cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user