mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
exclude overly verbose 'copying' lines
This commit is contained in:
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user