fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 17s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 17s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
set -xe
|
||||
|
||||
source ./scripts/common.sh
|
||||
source ./scripts/env.sh ./.env.schema
|
||||
@@ -19,7 +19,6 @@ db() {
|
||||
}
|
||||
|
||||
docker compose rm -vsf "$base_or_head"
|
||||
until ! psql $(db postgres) -c "select 1" &>/dev/null; do true; done;
|
||||
|
||||
isready() {
|
||||
until psql $(db postgres) -c "select 1" &>/dev/null; do true; done;
|
||||
|
||||
Reference in New Issue
Block a user