summaryrefslogtreecommitdiff
path: root/run-ci
blob: 85779d50c71f5084e99bababed813411b738f014 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# generate the generatable files in CI to make sure they haven't changed
set -e

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

"$SCRIPT_DIR/scripts/parse_registries.py"
"$SCRIPT_DIR/scripts/update_schemas.py"
git --no-pager -C "$SCRIPT_DIR" diff --exit-code