Disable evergreen "upload working dir" task

It's unnecessary and causes CI timeouts.
This commit is contained in:
Bernie Hackett 2017-02-08 14:04:59 -08:00
parent 39cf311c74
commit c27f382a17

View File

@ -398,7 +398,8 @@ pre:
- func: "install dependencies"
post:
- func: "upload working dir"
# Disabled, causing timeouts
# - func: "upload working dir"
- func: "upload mo artifacts"
- func: "upload test results"
- func: "stop mongo-orchestration"