File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,14 @@ functions:
147147 ${PREPARE_SHELL}
148148 rm -rf $DRIVERS_TOOLS
149149 git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
150+
150151 # Pin drivers-evergreen-tools to revision 98f6b0e (Aug 20, 2025).
151- # In leu of cutting a dedicated branch, please cherry-pick any required changes inline.
152+ # In leu of cutting a dedicated branch, please cherry-pick any required changes inline.
153+ # For example:
154+ # git -C $DRIVERS_TOOLS checkout 98f6b0e
155+ # git -C $DRIVERS_TOOLS cherry-pick <sha> # needed for <reason>
152156 git -C $DRIVERS_TOOLS checkout 98f6b0e
157+
153158 echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
154159 - command : shell.exec
155160 params :
You can’t perform that action at this time.
0 commit comments