Skip to content

Commit 305e50d

Browse files
committed
Remove unused YAML tags
1 parent d19f8ae commit 305e50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ exec_timeout_secs: 1800
1313

1414
# These pre and post rules apply to all tasks not part of a task group, which should only ever be tests against local
1515
# MongoDB instances. All other tasks that require special preparation should be run from within a task group
16-
pre: &test_setup
16+
pre:
1717
- func: "fetch source"
1818
- func: "prepare resources"
1919
- func: "fix absolute paths"
2020
- func: "init test-results"
2121
- func: "install dependencies"
2222
- func: "fetch build"
23-
post: &test_teardown
23+
post:
2424
- func: "upload test results"
2525
- func: "stop mongo-orchestration"
2626
- func: "stop load balancer"

0 commit comments

Comments
 (0)