mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Ignore internal packages messages
This commit is contained in:
		@@ -225,7 +225,7 @@ compare () {
 | 
				
			|||||||
        echo "$changes"
 | 
					        echo "$changes"
 | 
				
			||||||
        echo
 | 
					        echo
 | 
				
			||||||
    fi
 | 
					    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
 | 
					    if [ -n "$incompatible" ]; then
 | 
				
			||||||
        failures+=("${what}")
 | 
					        failures+=("${what}")
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user