mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
no cache
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user