From 22ba06725d321cd117d96826bc40d0f2d0b25817 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 15:16:34 +0200 Subject: [PATCH] cd $APPVEYOR_BUILD_FOLDER --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 701b191b9..7612a907e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,6 @@ 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 @@ -48,7 +47,7 @@ install: build_script: - git rev-parse HEAD - '%BASH% -lc "pwd"' - - '%BASH% -lc "cd"' + - '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER"' - '%BASH% -lc "pwd"' - '%BASH% -lc "cat Makefile"' - '%BASH% -lc "make --version"'