From 3ececbaa399b6224b2b0e5023af4970919542b2a Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Sat, 27 Aug 2016 12:52:42 +0200 Subject: [PATCH] appveyor.yml: set clone_folder --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ffa2030f..3de5e2bb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,10 @@ environment: GOPATH: c:\gopath GOVERSION: 1.7 +clone_folder: c:\gopath\src\github.com\martinlindhe\wmi_exporter + install: + - go version - set PATH=%GOPATH%\bin;c:\go\bin;%PATH% - rmdir c:\go /s /q - appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip