Skip to content
Snippets Groups Projects
Commit c9acc415 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

/

parent d5fed79e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment