Fix run script
This commit is contained in:
parent
0051cc3fa5
commit
30c5b3fc1f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -euxo pipefail
|
set -eux
|
||||||
yes yes | python manage.py migrate
|
yes yes | python manage.py migrate
|
||||||
python manage.py collectstatic --noinput --clear
|
python manage.py collectstatic --noinput --clear
|
||||||
python manage.py assets build --manifest django
|
python manage.py assets build --manifest django
|
||||||
|
|
Reference in a new issue