mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 01:13:36 +00:00 
			
		
		
		
	Update __test__/verify-sparse-checkout.sh
Remove test escape hatch Co-authored-by: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									b4165575d9
								
							
						
					
					
						commit
						c20cd695a8
					
				@ -1,9 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## REMOVE THIS
 | 
					 | 
				
			||||||
exit 0
 | 
					 | 
				
			||||||
## REMOVE THIS
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
if [ ! -f "./sparse-checkout/root.txt" ]; then
 | 
					if [ ! -f "./sparse-checkout/root.txt" ]; then
 | 
				
			||||||
  echo "Expected file 'root.txt' to exist"
 | 
					  echo "Expected file 'root.txt' to exist"
 | 
				
			||||||
  exit 1
 | 
					  exit 1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user