File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 MONGODB_3_6 : 3.6.23
1515 MONGODB_4_0 : 4.0.28
1616 MONGODB_4_4 : 4.4
17- MONGODB_5_0 : 5.0
17+ MONGODB_5_0 : " 5.0"
1818
1919 PYMONGO_3_4 : 3.4
2020 PYMONGO_3_6 : 3.6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ elif [[ "$MONGODB" == *"5.0"* ]]; then
1313 mongo_build=mongodb-linux-x86_64-ubuntu1804-v${MONGODB} -latest
1414fi
1515
16- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-v ${MONGODB} -latest
16+ wget http://fastdl.mongodb.org/linux/$mongo_build .tgz
1717tar xzf $mongo_build .tgz
1818
1919mongodb_dir=$( find ${PWD} / -type d -name " mongodb-linux-x86_64*" )
Original file line number Diff line number Diff line change 1111 mg311: pymongo>=3.11,<3.12
1212 mg312: pymongo>=3.12,<3.13
1313 mg4: pymongo>=4.0,<4.1
14- mg43 : pymongo>=4.3,<4.4
14+ mg432 : pymongo>=4.3,<4.4
1515setenv =
1616 PYTHON_EGG_CACHE = {envdir}/python-eggs
You can’t perform that action at this time.
0 commit comments