From c47732c60ad544508459398bfba731110d10ed7b Mon Sep 17 00:00:00 2001 From: shashidharatd Date: Mon, 17 Oct 2016 11:00:18 +0530 Subject: [PATCH] Fix federated-image.tag written with empty string --- build/release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/release.sh b/build/release.sh index 3d09bc8f15..e093121308 100755 --- a/build/release.sh +++ b/build/release.sh @@ -40,6 +40,8 @@ if [[ $KUBE_RELEASE_RUN_TESTS =~ ^[yY]$ ]]; then kube::build::run_build_command make test-integration fi +kube::build::copy_output + if [[ "${FEDERATION:-}" == "true" ]];then ( source "${KUBE_ROOT}/build/util.sh" @@ -48,6 +50,5 @@ if [[ "${FEDERATION:-}" == "true" ]];then ) fi -kube::build::copy_output kube::release::package_tarballs kube::release::package_hyperkube