Skip to content

Commit 4a856ff

Browse files
author
Kenneth Reitz
committed
remove vendor directory for cedar-14
1 parent e247704 commit 4a856ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
1717
bpwatch start uninstall_python
1818
puts-step "Stack changed, re-installing runtime"
19-
rm -fr .heroku/python
19+
rm -fr .heroku/python .heroku/python-stack .heroku/vendor
2020
unset SKIP_INSTALL
2121
bpwatch stop uninstall_python
2222
fi

0 commit comments

Comments
 (0)