fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 3s

This commit is contained in:
Orion Kindel 2023-07-18 22:11:47 -05:00
parent 80d94f9d5e
commit 508c1c2693
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -32,7 +32,7 @@ do_i() {
echo "wrote ./migrations/${head}_skipped.sql" echo "wrote ./migrations/${head}_skipped.sql"
continue continue
elif [[ "$status" = "1" ]]; then elif [[ "$status" = "1" ]]; then
echo out echo "$out"
exit 1 exit 1
else else
echo "$out" > "$migration" echo "$out" > "$migration"