You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# -w ignores all whitespace differences; only non-whitespace diffs cause failure
20
+
if diff -w <(echo "$generated") keystore/src/connection/platform/generic/composite-schema.sql > /dev/null; then
21
+
echo "composite-schema.sql is up to date"
22
+
else
23
+
echo "::error file=keystore/src/connection/platform/generic/composite-schema.sql::composite-schema.sql is out of date. Please regenerate it using the compile-schema tool: https://github.com/wireapp/compile-schema"
0 commit comments