From 7d413fb53b3ad70bcdb8f7fd2b17d78ff631226c Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Fri, 17 Mar 2017 00:08:44 -0400 Subject: [PATCH] protobuf generation modifies types.go, which needs to be copied out This was broken when we moved to the build container, but no one noticed. We also likely have another bug, which is that protobuf should hard fail when we have fields that aren't assigned a tag. --- build/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/common.sh b/build/common.sh index 055a8bcac1e..772f353000e 100755 --- a/build/common.sh +++ b/build/common.sh @@ -704,6 +704,7 @@ function kube::build::copy_output() { --filter='+ zz_generated.*' \ --filter='+ generated.proto' \ --filter='+ *.pb.go' \ + --filter='+ types.go' \ --filter='+ */' \ --filter='- /**' \ "rsync://k8s@${KUBE_RSYNC_ADDR}/k8s/" "${KUBE_ROOT}"