fix: gen-migrations workflow
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled
This commit is contained in:
parent
835faa5f84
commit
3e575635c5
@ -60,12 +60,5 @@ cd "./$base_or_head"
|
||||
docker compose up -d "$base_or_head" 1>/dev/null
|
||||
|
||||
isready
|
||||
initdb || (
|
||||
cd "./$base_or_head"
|
||||
docker compose logs "$base_or_head"
|
||||
)
|
||||
ls ./schema/ | xargs -I{} bash -c "set -e; $(declare -f query_file); query_file \"$(db dnim)\" ./schema/{}" || \
|
||||
(
|
||||
cd "./$base_or_head"
|
||||
docker compose logs "$base_or_head"
|
||||
)
|
||||
initdb || docker compose logs "$base_or_head"
|
||||
ls ./schema/ | xargs -I{} bash -c "set -e; $(declare -f query_file); query_file \"$(db dnim)\" ./schema/{}" || docker compose logs "$base_or_head"
|
||||
|
Loading…
Reference in New Issue
Block a user