TUN-820: Fix caddyfile gitignore

This commit is contained in:
Areg Harutyunyan
2018-08-07 14:34:09 -05:00
parent a7d9747fae
commit 542bd90491
14 changed files with 1271 additions and 40 deletions

View File

@@ -12,8 +12,8 @@ environment:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.windows-amd64.zip
- 7z x go1.9.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-amd64.zip
- 7z x go1.10.windows-amd64.zip -y -oC:\ > NUL
- set PATH=%GOPATH%\bin;%PATH%
- go version
- go env