mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
Skip Go target normalization in integration tests
This commit is contained in:
@@ -159,7 +159,7 @@ kube::etcd::install() {
|
||||
|
||||
cd "${KUBE_ROOT}/third_party" || return 1
|
||||
if [[ $(readlink etcd) == etcd-v${ETCD_VERSION}-${os}-* ]]; then
|
||||
V=3 kube::log::info "etcd v${ETCD_VERSION} is already installed"
|
||||
V=4 kube::log::info "etcd v${ETCD_VERSION} is already installed"
|
||||
return 0 # already installed
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user