From 7f475977b51e2943758a4b2d3be26c290b228a96 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 4 Feb 2016 23:35:13 -0500 Subject: [PATCH] debugging --- bin/steps/collectstatic | 2 ++ 1 file changed, 2 insertions(+) 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