Commit 9ce2ce09 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17871 from mesosphere/sttts-kube-down-to-cleanup

Auto commit by PR queue bot
parents 5f10b706 5d69b46f
......@@ -79,6 +79,7 @@ exec docker run \
-ceux "\
make clean all && \
trap 'timeout 5m ./cluster/kube-down.sh' EXIT && \
./cluster/kube-down.sh && \
./cluster/kube-up.sh && \
trap 'test \$? != 0 && export MESOS_DOCKER_DUMP_LOGS=true; timeout 5m ./cluster/kube-down.sh' EXIT && \
${RUN_CMD}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment