mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Don't fail fast.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set +e
|
||||
|
||||
# Compile assets.
|
||||
echo "-----> Collecting static files"
|
||||
python $PROJECT/manage.py collectstatic --noinput | indent
|
||||
|
||||
Reference in New Issue
Block a user