Don't show the signature for git commits in the build_date script (#15165)

This commit is contained in:
Matt Schultz
2022-04-25 13:47:55 -05:00
committed by GitHub
parent 8843b7d0c7
commit 79426dc3ad

View File

@@ -3,4 +3,4 @@
DATE_FORMAT="%Y-%m-%dT%H:%M:%SZ"
# we're using this for build date because it's stable across platform builds
git show -s --format=%cd --date=format:"$DATE_FORMAT" HEAD
git show --no-show-signature -s --format=%cd --date=format:"$DATE_FORMAT" HEAD