remove vendor directory for cedar-14

This commit is contained in:
Kenneth Reitz
2014-12-19 15:45:30 -05:00
parent e247704dfb
commit 4a856ff5b3
+1 -1
View File
@@ -16,7 +16,7 @@ fi
if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
bpwatch start uninstall_python
puts-step "Stack changed, re-installing runtime"
rm -fr .heroku/python
rm -fr .heroku/python .heroku/python-stack .heroku/vendor
unset SKIP_INSTALL
bpwatch stop uninstall_python
fi