fix: diff broken?
Some checks failed
migrate-devel / migrate-devel (push) Failing after 3s
migrate-stage / migrate-stage (push) Failing after 2s

This commit is contained in:
Orion Kindel
2023-07-14 23:08:37 -04:00
parent e6a9378477
commit 7cda196080

View File

@@ -28,9 +28,8 @@ if [[ ! -f "$migration" ]]; then
echo "migrate from $rev => HEAD" 1>&2
migra --unsafe $base_url $head_url \
migra --unsafe $base_url $head_url > "$migration" \
|| echo "migra exited with code $?. this is /probably/ fine" 1>&2 \
> "$migration"
fi
echo "$migration"