Open jayvdb opened 6 years ago
The exception is rippling all the way up to at least Django django.core.management
, so this must be a bug in manage.py
, or ... ?
django-distill kindly worked around this by catching and exiting. It is still a bug upstream in Django IMO, but now a lower priority.
Actually, this might also be an issue with the .travis.yml
. I moved it to the after_success
build step in #14, but failures in that step do not cause the entire Travis build to fail. See docs.
Let's try moving python manage.py distill-local
back to the script
step, but keep the .ci/deploy.sh
stuff in the after_success
step.
How to re-produce this error ? Because currently there is no such build failure while we deploy new changes !!
Look at distill-local source code
There have been a few failures to build, which havent been seen because
python manage.py distill-local
doesnt return a non-zero exit status.https://github.com/coala/community/issues/19 is one such occurrence, which was with Django 2.
Here is the same occurring when using Django <2.0
https://travis-ci.org/jayvdb/coala_community/builds/311125722#L1182