Update the info.md on Kokoro.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-03-22 15:16:25 -07:00
parent 76b5c1c9ca
commit 822b1af81d
2 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,8 @@ echo "----------------------------------------"
#make checkdb-${XRAY_SETTINGS} || true
# Format the database
make db-format-${XRAY_SETTINGS}
# Update the database/Info.md file
make db-info
# Output if the database has differences
echo

View File

@ -108,6 +108,9 @@ db-check:
db-format:
@true
db-info:
$(IN_ENV) ./utils/info_md.py
.PHONY: db-check db-format
clean: