mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-03 19:17:29 -05:00 
			
		
		
		
	Change c:\go to c:\gopath to avoid conflicts
This commit is contained in:
		
							parent
							
								
									65e812d3a9
								
							
						
					
					
						commit
						b713a7796e
					
				@ -2,10 +2,10 @@ version: "{build}"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
os: Windows Server 2012 R2
 | 
					os: Windows Server 2012 R2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clone_folder: c:\go\src\github.com\mholt\caddy
 | 
					clone_folder: c:\gopath\src\github.com\mholt\caddy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
environment:
 | 
					environment:
 | 
				
			||||||
  GOPATH: c:\go
 | 
					  GOPATH: c:\gopath
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - go get golang.org/x/tools/cmd/vet
 | 
					  - go get golang.org/x/tools/cmd/vet
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user