hack: handle additional cleanup from #1028

remove the `unset` in the script.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2019-01-26 09:38:16 +08:00
parent 538a361b3a
commit c019ae8b21

View File

@ -23,4 +23,3 @@ trap "rm -rf ${tmpdir}" EXIT
git clone "https://github.com/containerd/project" "${tmpdir}" git clone "https://github.com/containerd/project" "${tmpdir}"
"${tmpdir}"/script/validate/vendor "${tmpdir}"/script/validate/vendor
unset tmpdir