1#!/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 10