mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Remove ignore on GodepVersion and Godep comments
This commit is contained in:
parent
d15da2c586
commit
bc7e7e5114
@ -84,7 +84,7 @@ ret=0
|
|||||||
|
|
||||||
pushd "${KUBE_ROOT}" > /dev/null 2>&1
|
pushd "${KUBE_ROOT}" > /dev/null 2>&1
|
||||||
# Test for diffs
|
# Test for diffs
|
||||||
if ! _out="$(diff -Naupr --ignore-matching-lines='^\s*\"GoVersion\":' --ignore-matching-line='^\s*\"GodepVersion\":' --ignore-matching-lines='^\s*\"Comment\":' Godeps/Godeps.json ${_kubetmp}/Godeps/Godeps.json)"; then
|
if ! _out="$(diff -Naupr --ignore-matching-lines='^\s*\"GoVersion\":' Godeps/Godeps.json ${_kubetmp}/Godeps/Godeps.json)"; then
|
||||||
echo "Your Godeps.json is different:" >&2
|
echo "Your Godeps.json is different:" >&2
|
||||||
echo "${_out}" >&2
|
echo "${_out}" >&2
|
||||||
echo "Godeps Verify failed." >&2
|
echo "Godeps Verify failed." >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user