mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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
|
||||
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."
|
||||
|
Loading…
Reference in New Issue
Block a user