mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
don't exit (yet) on collectstatic fail
This commit is contained in:
@@ -24,7 +24,7 @@ if [ "$RUN_COLLECTSTATIC" ]; then
|
||||
[ $? -ne 0 ] && {
|
||||
echo " ! Error running manage.py collectstatic. More info:"
|
||||
echo " http://devcenter.heroku.com/articles/django-assets"
|
||||
exit 1
|
||||
# exit 1
|
||||
}
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user