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

further output cleanups

parent cbb7512c
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ fi ...@@ -161,7 +161,7 @@ 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 ($PYTHON_VERSION)" puts-step "Stack changed, re-installing runtime"
rm -fr .heroku/python rm -fr .heroku/python
unset SKIP_INSTALL unset SKIP_INSTALL
bpwatch stop uninstall_python bpwatch stop uninstall_python
...@@ -238,7 +238,7 @@ if (grep -Fiq "hg+" requirements.txt) then ...@@ -238,7 +238,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi fi
# Install dependencies with Pip. # Install dependencies with Pip.
puts-step "Installing dependencies with Pip ($PIP_VERSION)" puts-step "Installing dependencies with pip"
[ ! "$FRESH_PYTHON" ] && bpwatch start pip_install [ ! "$FRESH_PYTHON" ] && bpwatch start pip_install
......
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