fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 39s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 39s
This commit is contained in:
parent
3234a353f1
commit
835faa5f84
@ -14,8 +14,7 @@ else
|
||||
port=5432
|
||||
fi
|
||||
|
||||
docker compose stop "$base_or_head" 1>/dev/null
|
||||
docker compose rm -f "$base_or_head" 1>/dev/null
|
||||
docker compose rm -vsf "$base_or_head" 1>/dev/null
|
||||
|
||||
db() {
|
||||
echo -n "postgresql:///$1?port=$port&user=$POSTGRES_USER&password=$POSTGRES_PASSWORD"
|
||||
|
Loading…
Reference in New Issue
Block a user