mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Ignore OWNERS files in hack/verify-api-reference-docs.sh
This commit is contained in:
		@@ -36,7 +36,7 @@ trap "rm -rf ${TMP_ROOT}" EXIT SIGINT
 | 
			
		||||
 | 
			
		||||
echo "diffing ${API_REFERENCE_DOCS_ROOT} against freshly generated docs"
 | 
			
		||||
ret=0
 | 
			
		||||
diff -NauprB -I 'Last update' --exclude=*.md "${API_REFERENCE_DOCS_ROOT}" "${OUTPUT_DIR}" || ret=$?
 | 
			
		||||
diff -NauprB -I 'Last update' --exclude=*.md --exclude=OWNERS "${API_REFERENCE_DOCS_ROOT}" "${OUTPUT_DIR}" || ret=$?
 | 
			
		||||
if [[ $ret -eq 0 ]]
 | 
			
		||||
then
 | 
			
		||||
  echo "${API_REFERENCE_DOCS_ROOT} up to date."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user