Skip to content

Commit 1f6161d

Browse files
committed
fix docker
1 parent 46d40ad commit 1f6161d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,14 +375,15 @@ functions:
375375
type: test
376376
params:
377377
binary: "bash"
378-
args: ["${RUN_TASK}", run-docker, --, test-short]
378+
args: ["${RUN_TASK}", run-docker]
379379
- command: subprocess.exec
380380
type: test
381381
params:
382382
binary: "bash"
383383
env:
384384
TOPOLOGY: sharded_cluster
385-
args: ["${RUN_TASK}", run-docker, --, test-short]
385+
TASKFILE_TARGET: test-short
386+
args: ["${RUN_TASK}", run-docker]
386387

387388
run-valid-ocsp-server:
388389
- command: shell.exec

0 commit comments

Comments
 (0)