mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Add -type -f to the -find delete call as part of test collect reports (#24711)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test-go.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-go.yml
									
									
									
									
										vendored
									
									
								
							| @@ -510,7 +510,7 @@ jobs: | |||||||
|       - run: | |       - run: | | ||||||
|           rm -rf test-results/go-test/logs |           rm -rf test-results/go-test/logs | ||||||
|           ls -lhR test-results/go-test |           ls -lhR test-results/go-test | ||||||
|           find test-results/go-test -mindepth 1 -mtime +3 -delete |           find test-results/go-test -mindepth 1 -type f -mtime +3 -delete | ||||||
|  |  | ||||||
|           # Prune invalid timing files |           # Prune invalid timing files | ||||||
|           find test-results/go-test -mindepth 1 -type f -name "*.json" -exec sh -c ' |           find test-results/go-test -mindepth 1 -type f -name "*.json" -exec sh -c ' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Violet Hynes
					Violet Hynes