Merge pull request #680 from Random-Liu/fix-containerd-test

Only set deploy dir.
This commit is contained in:
Lantao Liu 2018-03-19 11:41:50 -07:00 committed by GitHub
commit 9afdd1956b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \