Commit 7c7d2bc9 authored by Kenneth Reitz's avatar Kenneth Reitz

copy back CACHED_DIRS

parent d76a7c5e
...@@ -195,7 +195,7 @@ set -e ...@@ -195,7 +195,7 @@ set -e
# #
# Store new artifacts in cache. # Store new artifacts in cache.
for dir in $VIRTUALENV_DIRS; do for dir in $CACHED_DIRS; do
rm -rf $CACHE_DIR/$dir rm -rf $CACHE_DIR/$dir
cp -R $dir $CACHE_DIR/ cp -R $dir $CACHE_DIR/
done done
......
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