mirror of https://github.com/k3s-io/k3s
Fix federated-image.tag written with empty string
parent
8b6cebcb35
commit
c47732c60a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue