1 parent af58f32 commit 78b6142Copy full SHA for 78b6142
1 file changed
bin/steps/collectstatic
@@ -30,7 +30,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL
30
echo "-----> Preparing static assets with 'collectstatic'"
31
32
# Run collectstatic, cleanup some of the noisy output.
33
- python $MANAGE_FILE collectstatic --noinput --traceback 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent
+ python $MANAGE_FILE collectstatic --noinput --traceback 2>&1 | sed '/^Post-processed/d;/^Copying/d;/^$/d;/^ /d' | indent
34
echo
35
python $MANAGE_FILE collectstatic 2>&1 | sed '/^Copying/d;/^$/d' | indent
36
COLLECTSTATIC_STATUS="${PIPESTATUS[0]}"
0 commit comments