bugfix for python customer

This commit is contained in:
2015-10-29 15:48:16 -04:00
parent 9179b3cac0
commit f507bb0c05
+1 -1
View File
@@ -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