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.
This commit is contained in:
Clayton Coleman 2017-03-17 00:08:44 -04:00
parent 4dffb61772
commit 7d413fb53b
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3

View File

@ -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}"