6 lines
		
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
 #!/usr/bin/env bash
 | 
						|
 | 
						|
set -ex -o pipefail
 | 
						|
 | 
						|
./scripts/deploy-install.sh
 | 
						|
(cd ../angular && git checkout master) |