bazel: implement git build stamping

This commit is contained in:
Mike Danese
2016-11-02 19:21:31 -07:00
parent 577a0e82c1
commit ba5c2855b3
9 changed files with 14 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ load(
go_binary(
name = "kubectl",
library = ":go_default_library",
linkstamp = "k8s.io/kubernetes/pkg/version",
tags = ["automanaged"],
)