Skip to content

Commit 3f0419f

Browse files
authored
DEVPROD-3871 Use teardown_task when there is one function/command (#1567)
1 parent 96b7879 commit 3f0419f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ task_groups:
23722372
- command: expansions.update
23732373
params:
23742374
file: testgcpkms-expansions.yml
2375-
teardown_group:
2375+
teardown_task:
23762376
- command: shell.exec
23772377
params:
23782378
shell: "bash"
@@ -2441,7 +2441,7 @@ task_groups:
24412441
- command: expansions.update
24422442
params:
24432443
file: src/go.mongodb.org/mongo-driver/atlas-expansion.yml
2444-
teardown_group:
2444+
teardown_task:
24452445
- command: subprocess.exec
24462446
params:
24472447
working_dir: src/go.mongodb.org/mongo-driver
@@ -2482,7 +2482,7 @@ task_groups:
24822482
- command: expansions.update
24832483
params:
24842484
file: src/go.mongodb.org/mongo-driver/atlas-expansion.yml
2485-
teardown_group:
2485+
teardown_task:
24862486
- command: subprocess.exec
24872487
params:
24882488
working_dir: src/go.mongodb.org/mongo-driver

0 commit comments

Comments
 (0)