We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbb5b2f + baa5c8c commit 901a906Copy full SHA for 901a906
.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