mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-01 00:23: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
|
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…
Reference in a new issue