mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
image volume e2e tests in k/k uses containerd version
to trigger tests for some features. ref: bfafa32d90/test/e2e_node/image_volume.go (L64)
The current CI builds have only the SHA as the version since
the tags are not present. setting fetch-depth makes sure the tags
are present and will be used while testing.
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>