We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979982b commit b31030eCopy full SHA for b31030e
1 file changed
Makefile.win
@@ -28,6 +28,8 @@ endif
28
29
.PHONY: checkout
30
checkout: src
31
+ echo GIT VERSION
32
+ git version
33
@git -C src/github.com/containerd/containerd fetch --depth 1 origin "$(REF)"
34
@git -C src/github.com/containerd/containerd checkout -q FETCH_HEAD
35
@git -C src/github.com/containerd/containerd config --add safe.directory C:/gopath/src/github.com/containerd/containerd
0 commit comments