Ignore OWNERS file in verify-godeps

pull/6/head
Christoph Blecker 2018-02-04 23:46:51 -08:00
parent 1a4ba0caa9
commit 61b4f176d9
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ pushd "${KUBE_ROOT}" 2>&1 > /dev/null
ret=1 ret=1
fi fi
if ! _out="$(diff -Naupr -x "BUILD" -x "AUTHORS*" -x "CONTRIBUTORS*" vendor ${_kubetmp}/vendor)"; then if ! _out="$(diff -Naupr -x "BUILD" -x "OWNERS" -x "AUTHORS*" -x "CONTRIBUTORS*" 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."