File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -299,24 +299,14 @@ functions:
299299 ${PREPARE_SHELL}
300300 echo '{"results": [{ "status": "FAIL", "test_file": "Build", "log_raw": "No test-results.json found was created" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
301301
302- install-dependencies :
303- type : test
304- params :
305- working_dir : mongo-csharp-driver
306- script : |
307- ${PREPARE_SHELL}
308- file="${PROJECT_DIRECTORY}/evergreen/install-dependencies.sh"
309- [ -f ${file} ] && sh ${file} || echo "${file} not available, skipping"
310-
311302pre :
312303 - func : fetch-source
313304 - func : prepare-resources
314305 - func : windows-fix
315306 - func : fix-absolute-paths
316307 - func : init-test-results
317308 - func : make-files-executable
318- - func : install-dependencies
319-
309+
320310post :
321311 # Removed, causing timeouts
322312 # - func: upload-working-dir
You can’t perform that action at this time.
0 commit comments