Merge pull request #34229 from jbeda/fix-federation-push

Automatic merge from submit-queue

Fix broken build/push-federation-images.sh

The federation CI build is 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.
This commit is contained in:
Kubernetes Submit Queue 2016-10-06 08:45:09 -07:00 committed by GitHub
commit 4077c864bf

View File

@ -23,7 +23,6 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/build/util.sh" source "${KUBE_ROOT}/build/util.sh"
source "${KUBE_ROOT}/build/lib/release.sh"
source "${KUBE_ROOT}/federation/cluster/common.sh" source "${KUBE_ROOT}/federation/cluster/common.sh"