Commit b250a880 authored by Mike Danese's avatar Mike Danese

don't check BUILD file when verifying godeps

parent 64ca9dec
......@@ -118,7 +118,7 @@ pushd "${KUBE_ROOT}" 2>&1 > /dev/null
ret=1
fi
if ! _out="$(diff -Naupr vendor ${_kubetmp}/vendor)"; then
if ! _out="$(diff -Naupr -x 'BUILD' vendor ${_kubetmp}/vendor)"; then
echo "Your vendored results are different:"
echo "${_out}"
echo "Godeps Verify failed."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment