fix: gen-migrations workflow
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled

This commit is contained in:
Orion Kindel 2023-07-18 22:17:11 -05:00
parent 6f52cadde2
commit 9226df105c
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -14,7 +14,7 @@ else
port=5432
fi
docker compose down "$base_or_head" 1>/dev/null
docker compose stop "$base_or_head" 1>/dev/null
url="postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:$port"