Skip to content

Commit

Permalink
Use else rather than elif to fix postbuild script.
Browse files Browse the repository at this point in the history
I'm no scripter folks
  • Loading branch information
tim-schilling committed Mar 5, 2024
1 parent ee0c521 commit c5887bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ python manage.py tailwind build
python manage.py collectstatic --noinput
if [ -z "$DATABASE_URL" ]; then
echo "Missing DATABASE_URL, migrations will not be run."
elif
else
python manage.py migrate
fi

0 comments on commit c5887bc

Please sign in to comment.