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

comments

parent 9c82d441
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ if [ -f "lib/python2.7" ]; then
exit 1;
fi
# copy artifacts out of cache if exists
# Copy artifacts out of cache if exists.
mkdir -p $CACHE_DIR
for dir in $VIRTUALENV_DIRS; do
cp -R $CACHE_DIR/$dir . &> /dev/null || true
......
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