From e9a7978367fa6004e663a224ce0574d0814cebd2 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Thu, 10 Jan 2019 09:00:41 +0000 Subject: [PATCH] DROP: disable consul tests on windows --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cb43c0415..908bfb761 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,8 +16,8 @@ install: - ps: mkdir C:\gopath\bin - ps: appveyor DownloadFile "https://releases.hashicorp.com/vault/0.10.2/vault_0.10.2_windows_amd64.zip" -FileName "C:\\gopath\\bin\\vault.zip" - ps: Expand-Archive C:\gopath\bin\vault.zip -DestinationPath C:\gopath\bin - - ps: appveyor DownloadFile "https://releases.hashicorp.com/consul/1.0.0/consul_1.0.0_windows_amd64.zip" -FileName "C:\\gopath\\bin\\consul.zip" - - ps: Expand-Archive C:\gopath\bin\consul.zip -DestinationPath C:\gopath\bin + # - ps: appveyor DownloadFile "https://releases.hashicorp.com/consul/1.0.0/consul_1.0.0_windows_amd64.zip" -FileName "C:\\gopath\\bin\\consul.zip" + # - ps: Expand-Archive C:\gopath\bin\consul.zip -DestinationPath C:\gopath\bin - ps: choco install make - ps: | go get -u github.com/kardianos/govendor