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

copy back CACHED_DIRS

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