File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ if [ -n "$TEST_ENCRYPTION" ] || [ -n "$TEST_FLE_AZURE_AUTO" ] || [ -n "$TEST_FLE
158
158
159
159
# TODO: Test with 'pip install pymongocrypt'
160
160
if [ ! -d " libmongocrypt_git" ]; then
161
- git clone https://github.com/ShaneHarvey /libmongocrypt.git --branch PYTHON-4992 libmongocrypt_git
161
+ git clone https://github.com/mongodb /libmongocrypt.git libmongocrypt_git
162
162
fi
163
163
python -m pip install -U setuptools
164
164
python -m pip install ./libmongocrypt_git/bindings/python
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ if [ "$PROJECT" = "drivers-tools" ]; then
7
7
# If this was a patch build, doing a fresh clone would not actually test the patch
8
8
cp -R $PROJECT_DIRECTORY / $DRIVERS_TOOLS
9
9
else
10
- git clone https://github.com/ShaneHarvey /drivers-evergreen-tools.git --branch DRIVERS-1541 $DRIVERS_TOOLS
10
+ git clone https://github.com/mongodb-labs /drivers-evergreen-tools.git $DRIVERS_TOOLS
11
11
fi
12
12
echo " { \" releases\" : { \" default\" : \" $MONGODB_BINARIES \" }}" > $MONGO_ORCHESTRATION_HOME /orchestration.config
You can’t perform that action at this time.
0 commit comments