提交 41ebed7b 编写于 作者: M Matt Rickard 提交者: GitHub

Merge pull request #1870 from r2d4/none-cleanup

Clean up running containers for none driver
......@@ -33,5 +33,9 @@ EXTRA_BUILD_ARGS="$EXTRA_BUILD_ARGS --use-vendored-driver"
SUDO_PREFIX="sudo -E "
export KUBECONFIG="/root/.kube/config"
# Clean up running docker containers on the test slave
docker stop $(docker ps -aq) || true
docker rm $(docker ps -aq) || true
# Download files and set permissions
source common.sh
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册