Skip to content

Commit 129d99f

Browse files
committed
Fix indentation and add cherry-pick example in comment.
1 parent 3f52388 commit 129d99f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)