Exclude ci/semver_bash/; don't want to diverge from upstream
This commit is contained in:
		@@ -6,6 +6,7 @@ cd "$(dirname "$0")/.."
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
set -x
 | 
					set -x
 | 
				
			||||||
find . -name "*.sh" \
 | 
					find . -name "*.sh" \
 | 
				
			||||||
 | 
					    -not -regex ".*/ci/semver_bash/.*" \
 | 
				
			||||||
    -not -regex ".*/.cargo/.*" \
 | 
					    -not -regex ".*/.cargo/.*" \
 | 
				
			||||||
    -not -regex ".*/node_modules/.*" \
 | 
					    -not -regex ".*/node_modules/.*" \
 | 
				
			||||||
    -not -regex ".*/target/.*" \
 | 
					    -not -regex ".*/target/.*" \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user