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