From 4b9a59a7a3596e29ec5ddd118aba5b7e4bfd7979 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Tue, 18 Jul 2023 22:24:31 -0500 Subject: [PATCH] fix: gen-migrations workflow --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 02c9fce..624187b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -15,6 +15,7 @@ else fi docker compose stop "$base_or_head" 1>/dev/null +docker compose rm -f "$base_or_head" 1>/dev/null url="postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:$port"