File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ functions:
26
26
directory : mongoc
27
27
- command : shell.exec
28
28
params :
29
- working_dir : " mongoc"
30
- script : |
31
- set -o errexit
32
- for i in ./.evergreen/test-patches/* ; do
33
- echo "Applying patch: $i"
34
- git apply $i
35
- done
29
+ working_dir : " mongoc"
30
+ script : |
31
+ set -o errexit
32
+ for i in ./.evergreen/test-patches/* ; do
33
+ echo "Applying patch: $i"
34
+ git apply $i
35
+ done
36
36
- command : shell.exec
37
37
params :
38
38
working_dir : " mongoc"
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ functions:
29
29
directory: mongoc
30
30
- command: shell.exec
31
31
params:
32
- working_dir: "mongoc"
33
- script: |
34
- set -o errexit
35
- for i in ./.evergreen/test-patches/* ; do
36
- echo "Applying patch: $i"
37
- git apply $i
38
- done
32
+ working_dir: "mongoc"
33
+ script: |
34
+ set -o errexit
35
+ for i in ./.evergreen/test-patches/* ; do
36
+ echo "Applying patch: $i"
37
+ git apply $i
38
+ done
39
39
- command: shell.exec
40
40
params:
41
41
working_dir: "mongoc"
You can’t perform that action at this time.
0 commit comments