Commit c61f9070 authored by Kenneth Reitz's avatar Kenneth Reitz

echo

parent bd90eecd
......@@ -148,6 +148,7 @@ 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
done
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