remove if case

This commit is contained in:
Adrien Delorme 2018-10-16 13:19:19 +02:00
parent b1cd9bd05f
commit d27293ffa8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ clone_folder: c:\gopath\src\github.com\hashicorp\packer
# Install needed build dependencies
install:
- ps: if (Test-Path Env:\CYG_ROOT) { Start-FileDownload "https://cygwin.com/$env:CYG_SETUP" -FileName "$env:CYG_SETUP" }
- ps: Start-FileDownload "https://cygwin.com/$env:CYG_SETUP" -FileName "$env:CYG_SETUP"
- '%CYG_SETUP% --quiet-mode --no-shortcuts --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --packages "%CYG_PACKAGES%" --upgrade-also'
- echo %Path%
- go version