build/common.sh: Copy manifests.

This commit is contained in:
Yifan Gu 2015-12-22 15:41:38 -08:00
parent 5817ca1c71
commit 723402c4e9

View File

@ -896,7 +896,8 @@ function kube::release::package_kube_manifests_tarball() {
# Source 2: manifests from cluster/gce/kube-manifests.
# TODO(andyzheng0831): Enable the following line after finishing issue #16702.
# cp "${KUBE_ROOT}/cluster/gce/kube-manifests/"* "${release_stage}/"
# cp "${KUBE_ROOT}/cluster/gce/kube-manifests/*" "${release_stage}/"
cp -r "${KUBE_ROOT}/cluster/gce/coreos/kube-manifests"/* "${release_stage}/"
kube::release::clean_cruft