mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 17:56:34 +08: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
|
||||
|
||||
clone_folder: c:\go\src\github.com\mholt\caddy
|
||||
clone_folder: c:\gopath\src\github.com\mholt\caddy
|
||||
|
||||
environment:
|
||||
GOPATH: c:\go
|
||||
GOPATH: c:\gopath
|
||||
|
||||
install:
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
|
|
Loading…
Reference in New Issue
Block a user