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

bugfix for python customer

parent 9179b3ca
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ bpwatch start dump_cache
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/python-stack $CACHE_DIR/.heroku/ &> /dev/null || true
cp -R .heroku/vendor $CACHE_DIR/.heroku/ &> /dev/null || true
cp -R .heroku/venv $CACHE_DIR/.heroku/ &> /dev/null || true
......
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