mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-29 07:03:48 +03:00
Change c:\go to c:\gopath to avoid conflicts
This commit is contained in:
parent
65e812d3a9
commit
b713a7796e
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue