Commit e9147369 authored by Kenneth Reitz's avatar Kenneth Reitz

don't exit (yet) on collectstatic fail

parent 23833dda
...@@ -24,7 +24,7 @@ if [ "$RUN_COLLECTSTATIC" ]; then ...@@ -24,7 +24,7 @@ if [ "$RUN_COLLECTSTATIC" ]; then
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
echo " ! Error running manage.py collectstatic. More info:" echo " ! Error running manage.py collectstatic. More info:"
echo " http://devcenter.heroku.com/articles/django-assets" echo " http://devcenter.heroku.com/articles/django-assets"
exit 1 # exit 1
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment