Skip to content

Commit 6a85e84

Browse files
committed
PYTHON-2560 Remove branch changes
1 parent a983726 commit 6a85e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if [ -n "$TEST_ENCRYPTION" ] || [ -n "$TEST_FLE_AZURE_AUTO" ] || [ -n "$TEST_FLE
158158

159159
# TODO: Test with 'pip install pymongocrypt'
160160
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
162162
fi
163163
python -m pip install -U setuptools
164164
python -m pip install ./libmongocrypt_git/bindings/python

.evergreen/scripts/prepare-resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ if [ "$PROJECT" = "drivers-tools" ]; then
77
# If this was a patch build, doing a fresh clone would not actually test the patch
88
cp -R $PROJECT_DIRECTORY/ $DRIVERS_TOOLS
99
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
1111
fi
1212
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >$MONGO_ORCHESTRATION_HOME/orchestration.config

0 commit comments

Comments
 (0)