Fix federated-image.tag written with empty string

pull/6/head
shashidharatd 2016-10-17 11:00:18 +05:30
parent 8b6cebcb35
commit c47732c60a
1 changed files with 2 additions and 1 deletions

View File

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