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 80c4ab7148
commit a06f9863e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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