From ce00838e471e6ec8f0482383604528356dccc379 Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Thu, 6 Oct 2016 06:07:04 -0700 Subject: [PATCH] Fix broken build/push-federation-images.sh This was broken by #30787. A stray bash `source` caused an undefined variable reference. Apparently the federation images have a parallel nad different "release" path that isn't tested by the pre-checkin tests. --- build/push-federation-images.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/push-federation-images.sh b/build/push-federation-images.sh index 7085f6cb47a..3ebf7d4dce2 100755 --- a/build/push-federation-images.sh +++ b/build/push-federation-images.sh @@ -23,7 +23,6 @@ set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/build/util.sh" -source "${KUBE_ROOT}/build/lib/release.sh" source "${KUBE_ROOT}/federation/cluster/common.sh"