From 822b1af81d2c9f5ea7ca296a14c71dfcb2c88981 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 22 Mar 2019 15:16:25 -0700 Subject: [PATCH] Update the info.md on Kokoro. Signed-off-by: Tim 'mithro' Ansell --- .github/kokoro/db-full.sh | 2 ++ Makefile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/kokoro/db-full.sh b/.github/kokoro/db-full.sh index 152e8f2f..428d0a2d 100755 --- a/.github/kokoro/db-full.sh +++ b/.github/kokoro/db-full.sh @@ -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 diff --git a/Makefile b/Makefile index 4c4a269a..1b004832 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,9 @@ db-check: db-format: @true +db-info: + $(IN_ENV) ./utils/info_md.py + .PHONY: db-check db-format clean: