diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 28ff995e1ad11951f2ebfc99f01c9415244b7790..40531a2c0f940a938081e52874efc643859dc9cd 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set +e + # Compile assets. echo "-----> Collecting static files" python $PROJECT/manage.py collectstatic --noinput | indent