cd $APPVEYOR_BUILD_FOLDER
This commit is contained in:
parent
943900a5a7
commit
22ba06725d
|
@ -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"'
|
||||
|
|
Loading…
Reference in New Issue