cd $APPVEYOR_BUILD_FOLDER

This commit is contained in:
Adrien Delorme 2018-10-16 15:16:34 +02:00
parent 943900a5a7
commit 22ba06725d
1 changed files with 1 additions and 2 deletions

View File

@ -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"'