mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
/
This commit is contained in:
+5
-5
@@ -222,11 +222,11 @@ bpwatch start dump_cache
|
||||
rm -rf $CACHE_DIR/.heroku/venv
|
||||
|
||||
mkdir -p $CACHE_DIR/.heroku
|
||||
cp -R .heroku/python $CACHE_DIR/.heroku
|
||||
cp -R .heroku/python-version $CACHE_DIR/.heroku
|
||||
cp -R .heroku/python-stack $CACHE_DIR/.heroku
|
||||
cp -R .heroku/vendor $CACHE_DIR/.heroku &> /dev/null || true
|
||||
cp -R .heroku/venv $CACHE_DIR/.heroku &> /dev/null || true
|
||||
cp -R .heroku/python $CACHE_DIR/.heroku/
|
||||
cp -R .heroku/python-version $CACHE_DIR/.heroku/
|
||||
cp -R .heroku/python-stack $CACHE_DIR/.heroku/
|
||||
cp -R .heroku/vendor $CACHE_DIR/.heroku/ &> /dev/null || true
|
||||
cp -R .heroku/venv $CACHE_DIR/.heroku/ &> /dev/null || true
|
||||
|
||||
bpwatch stop dump_cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user