From 943900a5a79e9c6170e565389832c4a774d51975 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 15:13:26 +0200 Subject: [PATCH] go home --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 10bab4d3a..701b191b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ environment: GOPATH: c:\gopath CYG_MIRROR: http://cygwin.mirror.constant.com CYG_PACKAGES: make + HOME: c:\gopath\src\github.com\hashicorp\packer matrix: - APPVEYOR_BUILD_SYS: Cygwin CYG_ROOT: C:\cygwin64 @@ -47,6 +48,8 @@ install: build_script: - git rev-parse HEAD - '%BASH% -lc "pwd"' + - '%BASH% -lc "cd"' + - '%BASH% -lc "pwd"' - '%BASH% -lc "cat Makefile"' - '%BASH% -lc "make --version"' - '%BASH% -lc "make deps"'