Skip to content

Commit e793031

Browse files
committed
fix .mci.yml to start mongod on windows
1 parent afcd80c commit e793031

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.mci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ functions:
250250
${decompress} mongo-archive.${ext|tgz}
251251
mv mongodb* mongodb
252252
chmod +x ./mongodb/bin/mongod${extension}
253+
if [ ${windows|false} = true ]; then
254+
cp -r mongodb /cygdrive/c/mongodb
255+
fi
253256
254257
"create working directory" :
255258
command: shell.exec

0 commit comments

Comments
 (0)