Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #792 from Random-Liu/cherrypick-#789
Browse files Browse the repository at this point in the history
Make DEPLOY_PATH configurable.
  • Loading branch information
Random-Liu authored May 30, 2018
2 parents 02bbe1d + 90471a6 commit bb93db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/containerd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
# Make sure output directory is clean.
make clean
# Build and push test tarball.
PUSH_VERSION=true DEPLOY_DIR=containerd \
PUSH_VERSION=true DEPLOY_DIR=${DEPLOY_DIR:-"containerd"} \
make push TARBALL_PREFIX=containerd-cni \
INCLUDE_CNI=true \
CHECKOUT_CONTAINERD=false \
Expand Down

0 comments on commit bb93db8

Please sign in to comment.