Commit 7f475977 authored by Kenneth Reitz's avatar Kenneth Reitz

debugging

parent 53eee452
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment