11 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Twig
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Twig
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| # {{ managedText }}
 | |
| 
 | |
| set -o errexit
 | |
| 
 | |
| {% if isDocker %}
 | |
| export TTY="-T"
 | |
| {% endif %}
 | |
| 
 | |
| ./run test:commit
 |