Skip to content

Commit

Permalink
Update release.sh script to include Python testing and database migra…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
andersy005 committed Dec 6, 2023
1 parent d7c72bd commit 71ba752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "alembic version: $(python -m alembic --version)"
# Run database migrations
echo "Running database migrations..."

#python -m alembic upgrade head
python -c "print('Hello World')"
echo "testing Python: $(python -c "print('Hello World')")"
python -m alembic upgrade head

echo "release complete!"

0 comments on commit 71ba752

Please sign in to comment.