Skip to content

Commit fcdc0c5

Browse files
committed
Merge pull request #182 from TylerBrock/legacy
minor: apply patch after fetching source on MCI
2 parents 039a078 + 0bfdc3c commit fcdc0c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.mci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ tasks:
160160
- name: lint
161161
commands:
162162
- func: "fetch source"
163+
- command: git.apply_patch
164+
params:
165+
directory: "mongo-cxx-driver"
163166
- command: shell.exec
164167
params:
165168
working_dir: "mongo-cxx-driver"
@@ -171,6 +174,9 @@ tasks:
171174
- name: compile
172175
commands:
173176
- func: "fetch source"
177+
- command: git.apply_patch
178+
params:
179+
directory: "mongo-cxx-driver"
174180
- command: shell.exec
175181
params:
176182
working_dir: "mongo-cxx-driver"

0 commit comments

Comments
 (0)