From 34b15536fb8cae6dbf10308eb2e0c71bbaee5770 Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Wed, 11 Apr 2018 16:56:01 +0200 Subject: [PATCH] hack/test-update-storage-objects.sh: don't build a binary that the script doesn't use. The script used attachlease and migrate-if-needed.sh for performing etcd2 -> etcd3 migration. In the commit 39e5a56691 we stopped migrating data, but still built unused attachlease binary. Later, in the dc4d92e154 commit, migrate-if-needed.sh was reimplemented in go and unused attachlease was replaced by migrate that also wasn't needed. --- hack/test-update-storage-objects.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/test-update-storage-objects.sh b/hack/test-update-storage-objects.sh index 99fe4070d20..487d1234b3c 100755 --- a/hack/test-update-storage-objects.sh +++ b/hack/test-update-storage-objects.sh @@ -97,7 +97,6 @@ function cleanup() { trap cleanup EXIT SIGINT make -C "${KUBE_ROOT}" WHAT=cmd/kube-apiserver -make -C "${KUBE_ROOT}" WHAT=cluster/images/etcd/migrate kube::etcd::start echo "${ETCD_VERSION}" > "${ETCD_DIR}/version.txt"