Skip to content

Commit b31030e

Browse files
committed
debug; log git version
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 979982b commit b31030e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.win

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ endif
2828

2929
.PHONY: checkout
3030
checkout: src
31+
echo GIT VERSION
32+
git version
3133
@git -C src/github.com/containerd/containerd fetch --depth 1 origin "$(REF)"
3234
@git -C src/github.com/containerd/containerd checkout -q FETCH_HEAD
3335
@git -C src/github.com/containerd/containerd config --add safe.directory C:/gopath/src/github.com/containerd/containerd

0 commit comments

Comments
 (0)