Skip to content

Commit 901a906

Browse files
authored
Merge pull request containerd#2012 from darrenstahlmsft/HostVersion
Print host version in appveyor setup steps
2 parents bbb5b2f + baa5c8c commit 901a906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ before_build:
2121
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
2222
- go version
2323
- choco install codecov
24+
# Print host version. TODO: Remove this when containerd has a way to get host version
25+
- ps: $psversiontable
2426

2527
build_script:
2628
- bash.exe -elc "export PATH=/c/tools/mingw64/bin:/c/gopath/bin:$PATH;

0 commit comments

Comments
 (0)