From baa5c8c13b7909f764dd35db88a8b044ee849973 Mon Sep 17 00:00:00 2001 From: Darren Stahl Date: Tue, 16 Jan 2018 17:07:02 -0800 Subject: [PATCH] Print host version in appveyor setup steps Signed-off-by: Darren Stahl --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 2214f3769..10babf806 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,6 +21,8 @@ before_build: - 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul - go version - choco install codecov + # Print host version. TODO: Remove this when containerd has a way to get host version + - ps: $psversiontable build_script: - bash.exe -elc "export PATH=/c/tools/mingw64/bin:/c/gopath/bin:$PATH;