mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
debug
This commit is contained in:
@@ -147,6 +147,7 @@ bpwatch stop clear_old_venvs
|
||||
bpwatch start restore_cache
|
||||
# cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true
|
||||
|
||||
ls -a $CACHE_DIR
|
||||
# python vendor python-stack python-version venv
|
||||
cp -R $CACHE_DIR/$CACHED_DIR/python $CACHED_DIR/python &> /dev/null || true
|
||||
cp -R $CACHE_DIR/$CACHED_DIR/python-stack $CACHED_DIR/python-stack &> /dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user