diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic index cef4979..71e7235 100755 --- a/bin/steps/collectstatic +++ b/bin/steps/collectstatic @@ -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