diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic index 6c30c1b8d35239667a3bc796bcce400f3e4b10c7..cef497958e68872531a77898a0ae330e6ed12d85 100755 --- a/bin/steps/collectstatic +++ b/bin/steps/collectstatic @@ -30,7 +30,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL echo "-----> Preparing static assets with 'collectstatic'" # Run collectstatic, cleanup some of the noisy output. - python $MANAGE_FILE collectstatic --noinput 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent + python $MANAGE_FILE collectstatic --noinput --traceback 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent COLLECTSTATIC_STATUS="${PIPESTATUS[0]}" set -e