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

don't exit (yet) on collectstatic fail

parent 23833dda
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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