mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #17871 from mesosphere/sttts-kube-down-to-cleanup
Auto commit by PR queue bot
This commit is contained in:
commit
9ce2ce09b7
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user