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

don't print that the stack changed.

parent 67867f10
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ fi ...@@ -15,7 +15,6 @@ fi
if [ ! $STACK = $CACHED_PYTHON_STACK ]; then if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
bpwatch start uninstall_python bpwatch start uninstall_python
puts-step "Stack changed, re-installing runtime"
rm -fr .heroku/python .heroku/python-stack .heroku/vendor rm -fr .heroku/python .heroku/python-stack .heroku/vendor
unset SKIP_INSTALL unset SKIP_INSTALL
bpwatch stop uninstall_python bpwatch stop uninstall_python
......
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