File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,15 @@ functions:
146
146
script : |
147
147
${PREPARE_SHELL}
148
148
rm -rf $DRIVERS_TOOLS
149
- if [ "${project}" = "drivers-tools" ]; then
150
- # If this was a patch build, doing a fresh clone would not actually test the patch
151
- cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
152
- else
153
- git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
154
- fi
149
+ git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
150
+
151
+ # Pin drivers-evergreen-tools to revision 98f6b0e (Aug 20, 2025).
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>
156
+ git -C $DRIVERS_TOOLS checkout 98f6b0e
157
+
155
158
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
156
159
- command : shell.exec
157
160
params :
You can’t perform that action at this time.
0 commit comments