From bce3310d5bf6227c88db7e2920cc9bf13e58ead6 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 19 Mar 2018 17:32:13 +0000 Subject: [PATCH] Only set deploy path. Signed-off-by: Lantao Liu --- test/containerd/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/containerd/build.sh b/test/containerd/build.sh index 1464f7b75d00..fa9b616e5fc5 100755 --- a/test/containerd/build.sh +++ b/test/containerd/build.sh @@ -39,7 +39,7 @@ fi # Make sure output directory is clean. make clean # Build and push test tarball. -PUSH_VERSION=true DEPLOY_DIR=cri-containerd-staging/containerd \ +PUSH_VERSION=true DEPLOY_DIR=containerd \ make push TARBALL_PREFIX=containerd-cni \ INCLUDE_CNI=true \ CHECKOUT_CONTAINERD=false \