mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix federated-image.tag written with empty string
This commit is contained in:
parent
8b6cebcb35
commit
c47732c60a
@ -40,6 +40,8 @@ if [[ $KUBE_RELEASE_RUN_TESTS =~ ^[yY]$ ]]; then
|
|||||||
kube::build::run_build_command make test-integration
|
kube::build::run_build_command make test-integration
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
kube::build::copy_output
|
||||||
|
|
||||||
if [[ "${FEDERATION:-}" == "true" ]];then
|
if [[ "${FEDERATION:-}" == "true" ]];then
|
||||||
(
|
(
|
||||||
source "${KUBE_ROOT}/build/util.sh"
|
source "${KUBE_ROOT}/build/util.sh"
|
||||||
@ -48,6 +50,5 @@ if [[ "${FEDERATION:-}" == "true" ]];then
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kube::build::copy_output
|
|
||||||
kube::release::package_tarballs
|
kube::release::package_tarballs
|
||||||
kube::release::package_hyperkube
|
kube::release::package_hyperkube
|
||||||
|
Loading…
Reference in New Issue
Block a user