File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ functions:
3232 type : system
3333 params :
3434 directory : src/go.mongodb.org/mongo-driver
35- - command : shell.exec
36- params :
37- working_dir : " src/go.mongodb.org/mongo-driver"
38- script : |
39- git submodule update --init
4035 # Make an env.sh and evergreen expansion file with dynamic values
4136 - command : subprocess.exec
4237 params :
@@ -49,6 +44,10 @@ functions:
4944 # Define an alias for the task runner script.
5045 TASK_RUNNER_ALIAS : &task-runner src/go.mongodb.org/mongo-driver/.evergreen/run-task.sh
5146 args : [.evergreen/setup-system.sh]
47+ - command : subprocess.exec
48+ params :
49+ binary : bash
50+ args : [*task-runner, init-submodule]
5251 - command : expansions.update
5352 params :
5453 file : src/go.mongodb.org/mongo-driver/expansion.yml
You can’t perform that action at this time.
0 commit comments