Don't fail fast.

This commit is contained in:
Kenneth Reitz
2012-05-23 13:06:50 -04:00
parent 7e24f94164
commit b88d0ad800
+2
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set +e
# Compile assets.
echo "-----> Collecting static files"
python $PROJECT/manage.py collectstatic --noinput | indent