Skip to content

Commit

Permalink
contrib/mesos/ci: call kube-down.sh from correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Nov 27, 2015
1 parent 9ce2ce0 commit ede8de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mesos/ci/run-with-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"

0 comments on commit ede8de7

Please sign in to comment.