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:
299
299
${PREPARE_SHELL}
300
300
echo '{"results": [{ "status": "FAIL", "test_file": "Build", "log_raw": "No test-results.json found was created" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
301
301
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
-
311
302
pre :
312
303
- func : fetch-source
313
304
- func : prepare-resources
314
305
- func : windows-fix
315
306
- func : fix-absolute-paths
316
307
- func : init-test-results
317
308
- func : make-files-executable
318
- - func : install-dependencies
319
-
309
+
320
310
post :
321
311
# Removed, causing timeouts
322
312
# - func: upload-working-dir
You can’t perform that action at this time.
0 commit comments