mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
error to std err
This commit is contained in:
+1
-1
@@ -56,6 +56,6 @@ OUT=$(python $PROJECT/manage.py collectstatic --noinput )
|
||||
|
||||
[ $? -ne 0 ] && {
|
||||
echo " ! Error running manage.py collectstatic. See http://devcenter.heroku.com/articles/django-assets for more info."
|
||||
echo "$OUT" | indent
|
||||
echo "$OUT" | indent >&2
|
||||
}
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user