mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
back to the way it was
This commit is contained in:
@@ -51,14 +51,6 @@ for dir in $VIRTUALENV_DIRS; do
|
||||
cp -R $CACHE_DIR/$dir . &> /dev/null || true
|
||||
done
|
||||
|
||||
pwd
|
||||
ls
|
||||
|
||||
echo '-------------'
|
||||
ls /app/tmp/repo.git/.cache/
|
||||
ls /app/tmp/repo.git/
|
||||
ls -a /app/
|
||||
|
||||
# Create virtualenv. Rebuild if corrupt.
|
||||
set +e
|
||||
echo "-----> Preparing virtualenv version $(virtualenv --version)"
|
||||
|
||||
Reference in New Issue
Block a user