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

no cache

parent a156996d
......@@ -51,10 +51,10 @@ if [ -f "lib/python2.7" ]; then
fi
# 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
done
# mkdir -p $CACHE_DIR
# for dir in $VIRTUALENV_DIRS; do
# cp -R $CACHE_DIR/$dir . &> /dev/null || true
# done
# Create virtualenv. Rebuild if corrupt.
set +e
......
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