This commit is contained in:
Kenneth Reitz
2012-01-18 12:34:41 -05:00
parent 9c82d44129
commit 8566a65067
+1 -1
View File
@@ -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