blob: 85779d50c71f5084e99bababed813411b738f014 [file] [log] [blame]
Ed Tanous01caf622022-02-08 12:28:37 -08001#!/bin/bash
2# generate the generatable files in CI to make sure they haven't changed
3set -e
4
5SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
7"$SCRIPT_DIR/scripts/parse_registries.py"
8"$SCRIPT_DIR/scripts/update_schemas.py"
9git --no-pager -C "$SCRIPT_DIR" diff --exit-code