|  |  | @ -45,7 +45,7 @@ def start_build(name): | 
			
		
	
		
		
			
				
					
					|  |  |  |   conn.send("git submodule foreach --recursive git clean -xdf\n") |  |  |  |   conn.send("git submodule foreach --recursive git clean -xdf\n") | 
			
		
	
		
		
			
				
					
					|  |  |  |   conn.send("echo \"git took $SECONDS seconds\"\n") |  |  |  |   conn.send("echo \"git took $SECONDS seconds\"\n") | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   push = "PUSH=one-master" if branch == "master" else "" |  |  |  |   push = "PUSH=master-ci" if branch == "master" else "" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   conn.send("%s /data/openpilot_source/release/go.sh\n" % push) |  |  |  |   conn.send("%s /data/openpilot_source/release/go.sh\n" % push) | 
			
		
	
		
		
			
				
					
					|  |  |  |   conn.send('echo "RESULT:" $?\n') |  |  |  |   conn.send('echo "RESULT:" $?\n') | 
			
		
	
	
		
		
			
				
					|  |  | 
 |