Skip to content

Commit f903877

Browse files
crawfxrdjackpot51
authored andcommitted
scripts: Disable showing signature when getting date
Fixes building when `log.showSignature` is enabled. Signed-off-by: Tim Crawford <[email protected]>
1 parent d60e4ae commit f903877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ then
1919
fi
2020
MODEL_DIR="$(realpath "models/${MODEL}")"
2121

22-
DATE="$(git show --format="%cd" --date="format:%Y-%m-%d" --no-patch)"
22+
DATE="$(git show --format="%cd" --date="format:%Y-%m-%d" --no-patch --no-show-signature)"
2323
REV="$(git describe --always --dirty --abbrev=7)"
2424
VERSION="${DATE}_${REV}"
2525
echo "Building '${VERSION}' for '${MODEL}'"

0 commit comments

Comments
 (0)