Commit e77090b6 authored by Kenneth Reitz's avatar Kenneth Reitz

copy them to the cache dir

parent c61f9070
...@@ -148,8 +148,8 @@ bpwatch stop clear_old_venvs ...@@ -148,8 +148,8 @@ bpwatch stop clear_old_venvs
bpwatch start restore_cache bpwatch start restore_cache
mkdir -p $CACHE_DIR/$CACHED_DIR mkdir -p $CACHE_DIR/$CACHED_DIR
for dir in $CACHED_DIRS; do for dir in $CACHED_DIRS; do
echo "cp -R $CACHE_DIR/$dir ." echo "cp -R $CACHE_DIR/$dir $CACHED_DIR"
cp -R $CACHE_DIR/$dir . &> /dev/null || true cp -R $CACHE_DIR/$dir $CACHED_DIR &> /dev/null || true
done done
bpwatch stop restore_cache bpwatch stop restore_cache
......
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