Don't show the signature for git commits in the build_date script (#15165)
This commit is contained in:
parent
80c4ab7148
commit
a06f9863e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue