Skip to content

Commit 5ec4d95

Browse files
committed
CDRIVER-2878 fix evergreen config
1 parent 4e51f43 commit 5ec4d95

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ functions:
2626
directory: mongoc
2727
- command: shell.exec
2828
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
3636
- command: shell.exec
3737
params:
3838
working_dir: "mongoc"

build/config.yml.template

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ functions:
2929
directory: mongoc
3030
- command: shell.exec
3131
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
3939
- command: shell.exec
4040
params:
4141
working_dir: "mongoc"

0 commit comments

Comments
 (0)