From 43522a58f8fd5c5665a1e3e4c67062a3b6055c82 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Fri, 17 Mar 2023 12:21:42 -0700 Subject: [PATCH] debug --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 70b3f73..7e8765f 100644 --- a/Makefile +++ b/Makefile @@ -19,12 +19,14 @@ containerd-1.7.x: git clone --branch v1.7.0 --depth 1 https://github.com/containerd/containerd.git containerd-1.7.x content/v1.7.x: containerd-1.7.x + find mv containerd-1.7.x/docs content/v1.7.x containerd-1.6.x: git clone --branch v1.6.19 --depth 1 https://github.com/containerd/containerd.git containerd-1.6.x content/v1.6.x: containerd-1.6.x + find mv containerd-1.6.x/docs content/v1.6.x serve: content/v1.7.x content/v1.6.x