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