mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Don't show the signature for git commits in the build_date script (#15165)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user