mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Don't show the signature for git commits in the build_date script (#15165)
This commit is contained in:
parent
8843b7d0c7
commit
79426dc3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue