mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
contrib/mesos/ci: call kube-down.sh from correct dir
This commit is contained in:
parent
9ce2ce09b7
commit
ede8de7aba
@ -81,6 +81,6 @@ exec docker run \
|
||||
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 && \
|
||||
trap \"test \\\$? != 0 && export MESOS_DOCKER_DUMP_LOGS=true; cd \${PWD} && timeout 5m ./cluster/kube-down.sh\" EXIT && \
|
||||
${RUN_CMD}
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user