Skip to content
Snippets Groups Projects
Commit e77090b6 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

copy them to the cache dir

parent c61f9070
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment