fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 7s

This commit is contained in:
Orion Kindel 2023-07-20 00:27:57 -05:00
parent fd395c2c75
commit 8b648a8d86
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -8,8 +8,6 @@ source ./scripts/env.sh ./.env.schema
base_or_head="$1"
rev="$2"
docker compose exec "$base_or_head" "/bin/pg_ctl stop -m fast"
if [[ "$base_or_head" = "head" ]]; then
port=5433
else