Merge pull request #724 from vmware-tanzu/fix_git_sha_in_version_info

Copy .git dir during Docker build; used to bake git sha into binary
This commit is contained in:
Mo Khan
2021-07-16 14:34:33 -04:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
./.*
# Allow .git to get copied into the container so we can use it in hack/get-ldflags.sh during build.
!/.git
./*.md
./*.yaml
./apis