xref: /openbmc/bmcweb/run-ci (revision 01caf624)
1*01caf624SEd Tanous#!/bin/bash
2*01caf624SEd Tanous# generate the generatable files in CI to make sure they haven't changed
3*01caf624SEd Tanousset -e
4*01caf624SEd Tanous
5*01caf624SEd TanousSCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6*01caf624SEd Tanous
7*01caf624SEd Tanous"$SCRIPT_DIR/scripts/parse_registries.py"
8*01caf624SEd Tanous"$SCRIPT_DIR/scripts/update_schemas.py"
9*01caf624SEd Tanousgit --no-pager -C "$SCRIPT_DIR" diff --exit-code
10