Remove 10-containerd-net.conflist from cri-containerd-cni release tarball.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-04-17 17:38:55 -07:00
parent b2ebb735e7
commit 72ade6c4f5
5 changed files with 60 additions and 30 deletions

View File

@@ -43,7 +43,8 @@ fi
rm -rf ${destdir}
# Install dependencies into release stage.
NOSUDO=true INSTALL_CNI=${INCLUDE_CNI} DESTDIR=${destdir} ./hack/install/install-deps.sh
NOSUDO=true INSTALL_CNI=${INCLUDE_CNI} INSTALL_CNI_CONFIG=false DESTDIR=${destdir} \
./hack/install/install-deps.sh
if ${CUSTOM_CONTAINERD}; then
make install -e DESTDIR=${destdir}