Skip to content

Commit 8808cfd

Browse files
committed
Remove unused function from Evergreen configuration
1 parent efeda17 commit 8808cfd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

evergreen/evergreen.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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-
311302
pre:
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+
320310
post:
321311
# Removed, causing timeouts
322312
# - func: upload-working-dir

0 commit comments

Comments
 (0)