We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb5b2f commit baa5c8cCopy full SHA for baa5c8c
.appveyor.yml
@@ -21,6 +21,8 @@ before_build:
21
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
22
- go version
23
- choco install codecov
24
+ # Print host version. TODO: Remove this when containerd has a way to get host version
25
+ - ps: $psversiontable
26
27
build_script:
28
- bash.exe -elc "export PATH=/c/tools/mingw64/bin:/c/gopath/bin:$PATH;
0 commit comments