mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
don't check BUILD file when verifying godeps
This commit is contained in:
parent
64ca9decae
commit
b250a8809d
@ -118,7 +118,7 @@ pushd "${KUBE_ROOT}" 2>&1 > /dev/null
|
|||||||
ret=1
|
ret=1
|
||||||
fi
|
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 "Your vendored results are different:"
|
||||||
echo "${_out}"
|
echo "${_out}"
|
||||||
echo "Godeps Verify failed."
|
echo "Godeps Verify failed."
|
||||||
|
Loading…
Reference in New Issue
Block a user