We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60e4ae commit f903877Copy full SHA for f903877
scripts/build.sh
@@ -19,7 +19,7 @@ then
19
fi
20
MODEL_DIR="$(realpath "models/${MODEL}")"
21
22
-DATE="$(git show --format="%cd" --date="format:%Y-%m-%d" --no-patch)"
+DATE="$(git show --format="%cd" --date="format:%Y-%m-%d" --no-patch --no-show-signature)"
23
REV="$(git describe --always --dirty --abbrev=7)"
24
VERSION="${DATE}_${REV}"
25
echo "Building '${VERSION}' for '${MODEL}'"
0 commit comments