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.
pull/6/head
Joe Beda 2016-10-06 06:07:04 -07:00
parent 4dc418c5ee
commit ce00838e47
1 changed files with 0 additions and 1 deletions

View File

@ -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"