diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 28ff995..40531a2 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