Skip to content

Commit 0c0a7eb

Browse files
committed
test against older drivers-tools
1 parent 42df09c commit 0c0a7eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/scripts/prepare-resources.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ if [ "$PROJECT" = "drivers-tools" ]; then
1111
cp -R $PROJECT_DIRECTORY/ $DRIVERS_TOOLS
1212
else
1313
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
14+
pushd $DRIVERS_TOOLS
15+
git checkout 93b20d9660fa5ef82b63d541d5a6f86f80ba4503
16+
popd
1417
fi
1518
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >$MONGO_ORCHESTRATION_HOME/orchestration.config
1619

0 commit comments

Comments
 (0)