Commit b88d0ad8 authored by Kenneth Reitz's avatar Kenneth Reitz

Don't fail fast.

parent 7e24f941
#!/usr/bin/env bash #!/usr/bin/env bash
set +e
# Compile assets. # Compile assets.
echo "-----> Collecting static files" echo "-----> Collecting static files"
python $PROJECT/manage.py collectstatic --noinput | indent python $PROJECT/manage.py collectstatic --noinput | indent
......
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