Skip to content

Commit bd4f23a

Browse files
committed
evergreen on windows tests the wrong mongo version
Clear any previous MongoDB installation.
1 parent fe280d8 commit bd4f23a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ functions:
267267
mv mongodb* mongodb
268268
chmod +x ./mongodb/bin/mongod${extension}
269269
if [ ${windows|false} = true ]; then
270+
rm -rf /cygdrive/c/mongodb
270271
cp -r mongodb /cygdrive/c/mongodb
271272
fi
272273

0 commit comments

Comments
 (0)