From b6607f0f42d6503d1fc1e88574110716a85f75d3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 4 Feb 2016 23:37:44 -0500 Subject: [PATCH] debug --- bin/steps/collectstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic index 9766c0ff..20ffe76c 100755 --- a/bin/steps/collectstatic +++ b/bin/steps/collectstatic @@ -32,7 +32,7 @@ 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 | indent + python $MANAGE_FILE collectstatic 2>&1 | indent COLLECTSTATIC_STATUS="${PIPESTATUS[0]}" set -e -- GitLab