mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Ignore internal packages messages
This commit is contained in:
parent
f92bde1894
commit
e5ebbdc3c7
@ -225,7 +225,7 @@ compare () {
|
||||
echo "$changes"
|
||||
echo
|
||||
fi
|
||||
incompatible=$(apidiff -incompatible -m "${before}" "${after}" 2>&1) || true
|
||||
incompatible=$(apidiff -incompatible -m "${before}" "${after}" 2>&1 | grep -v -e "^Ignoring internal package") || true
|
||||
if [ -n "$incompatible" ]; then
|
||||
failures+=("${what}")
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user