From c019ae8b218f2b87207a1867fb962b10667b74d6 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Sat, 26 Jan 2019 09:38:16 +0800 Subject: [PATCH] hack: handle additional cleanup from #1028 remove the `unset` in the script. Signed-off-by: Wei Fu --- hack/verify-vendor.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/verify-vendor.sh b/hack/verify-vendor.sh index 1dd153cea..f8c41ccbd 100755 --- a/hack/verify-vendor.sh +++ b/hack/verify-vendor.sh @@ -23,4 +23,3 @@ trap "rm -rf ${tmpdir}" EXIT git clone "https://github.com/containerd/project" "${tmpdir}" "${tmpdir}"/script/validate/vendor -unset tmpdir