debugging

This commit is contained in:
2016-02-04 23:35:13 -05:00
parent 53eee452eb
commit 7f475977b5
+2
View File
@@ -31,6 +31,8 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL
# Run collectstatic, cleanup some of the noisy output.
python $MANAGE_FILE collectstatic --noinput --traceback 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent
echo
python $MANAGE_FILE collectstatic
COLLECTSTATIC_STATUS="${PIPESTATUS[0]}"
set -e