Commit b6eada4e authored by Kenneth Reitz's avatar Kenneth Reitz

exclude overly verbose 'copying' lines

parent bbe0acf0
......@@ -15,7 +15,7 @@ echo "-----> Collecting static files"
# Compile assets if collectstatic appears to be kosher.
if [ "$RUN_COLLECTSTATIC" ]; then
python $MANAGE_FILE collectstatic --noinput | indent
python $MANAGE_FILE collectstatic --noinput | sed '/^Copying/d;/^$/d' | indent
[ $? -ne 0 ] && {
echo " ! Error running manage.py collectstatic. More info:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment